Searched defs:test_globals (Results 1 – 1 of 1) sorted by relevance
81 typedef struct test_globals { struct83 pthread_mutex_t tg_lock;84 pthread_cond_t tg_cv;86 unsigned int tg_running_count;88 bool tg_done;112 } test_globals_t; argument115 void *test_globals; argument