Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent_test.c133 pthread_cond_t e_cond; member
142 pthread_cond_signal(&sync->e_cond); in echoer_callback()
156 pthread_cond_init(&sync.e_cond, NULL); in echoer()
166 while (!pthread_cond_wait(&sync.e_cond, &sync.e_mt)) { in echoer()
180 pthread_cond_destroy(&sync.e_cond); in echoer()