Home
last modified time | relevance | path

Searched refs:e_cond (Results 1 – 1 of 1) sorted by relevance

/src/usr.sbin/bhyve/
H A Dmevent_test.c113 pthread_cond_t e_cond; member
122 pthread_cond_signal(&sync->e_cond); in echoer_callback()
136 pthread_cond_init(&sync.e_cond, NULL); in echoer()
146 while (!pthread_cond_wait(&sync.e_cond, &sync.e_mt)) { in echoer()
160 pthread_cond_destroy(&sync.e_cond); in echoer()