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

/freebsd-current/usr.sbin/bhyve/
H A Dmevent_test.c111 pthread_mutex_t e_mt; member in struct:esync
120 pthread_mutex_lock(&sync->e_mt);
122 pthread_mutex_unlock(&sync->e_mt);
134 pthread_mutex_init(&sync.e_mt, NULL);
137 pthread_mutex_lock(&sync.e_mt);
145 while (!pthread_cond_wait(&sync.e_cond, &sync.e_mt)) {
157 pthread_mutex_unlock(&sync.e_mt);
158 pthread_mutex_destroy(&sync.e_mt);

Completed in 101 milliseconds