Searched defs:test_globals (Results 1 – 1 of 1) sorted by relevance
80 typedef struct test_globals { struct82 pthread_mutex_t tg_lock;83 pthread_cond_t tg_cv;85 unsigned int tg_running_count;87 bool tg_done;111 } test_globals_t; argument114 void *test_globals; argument