c-template
wait_group_test.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdatomic.h>
#include <pthread.h>
#include <unistd.h>
#include <assert.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include "../../include/sync/wait_group.h"
Include dependency graph for wait_group_test.c:

Go to the source code of this file.

Functions

void test_wait_group (void **state)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 31 of file wait_group_test.c.

Here is the call graph for this function:

◆ test_wait_group()

void test_wait_group ( void **  state)

Definition at line 14 of file wait_group_test.c.

Here is the call graph for this function:
Here is the caller graph for this function: