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

/freebsd-12-stable/usr.sbin/bhyve/
H A Dmevent_test.c116 pthread_cond_t e_cond; member in struct:esync
125 pthread_cond_signal(&sync->e_cond);
139 pthread_cond_init(&sync.e_cond, NULL);
149 while (!pthread_cond_wait(&sync.e_cond, &sync.e_mt)) {
163 pthread_cond_destroy(&sync.e_cond);

Completed in 106 milliseconds