Searched refs:count_cond (Results 1 – 1 of 1) sorted by relevance
58 static void *count_lock = NULL, *count_cond = NULL; variable65 EVTHREAD_ALLOC_COND(count_cond); in count_init()68 tt_assert(count_cond); in count_init()78 EVTHREAD_FREE_COND(count_cond); in count_free()86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()