Home
last modified time | relevance | path

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

/freebsd/lib/librt/
H A Dsigev_thread.c55 static pthread_mutex_t *sigev_list_mtx; variable
117 sigev_list_mtx = malloc(sizeof(pthread_mutex_t)); in __sigev_thread_init()
118 _pthread_mutex_init(sigev_list_mtx, &mattr); in __sigev_thread_init()
180 _pthread_mutex_lock(sigev_list_mtx); in __sigev_list_lock()
186 _pthread_mutex_unlock(sigev_list_mtx); in __sigev_list_unlock()
352 _pthread_cond_wait(&tn->tn_cv, sigev_list_mtx); in sigev_thread_create()
428 _pthread_cond_wait(&tn->tn_cv, sigev_list_mtx); in sigev_service_loop()