Home
last modified time | relevance | path

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

/external/pthreadpool/src/
Dpthreads.c87 pthread_mutex_lock(&threadpool->completion_mutex); in checkin_worker_thread()
91 pthread_mutex_unlock(&threadpool->completion_mutex); in checkin_worker_thread()
132 pthread_mutex_lock(&threadpool->completion_mutex); in wait_worker_threads()
134 pthread_cond_wait(&threadpool->completion_condvar, &threadpool->completion_mutex); in wait_worker_threads()
136 pthread_mutex_unlock(&threadpool->completion_mutex); in wait_worker_threads()
272 pthread_mutex_init(&threadpool->completion_mutex, NULL); in pthreadpool_create()
450 pthread_mutex_destroy(&threadpool->completion_mutex); in pthreadpool_destroy()
Dthreadpool-object.h670 pthread_mutex_t completion_mutex; member