Searched refs:timer_mutex (Results 1 – 1 of 1) sorted by relevance
83 pthread_mutex_t timer_mutex; variable379 status = pthread_mutex_lock(&timer_mutex); in timer_thread()388 status = pthread_cond_wait(&timer_cond, &timer_mutex); in timer_thread()411 &timer_mutex, &timeout); in timer_thread()456 (void) pthread_mutex_lock(&timer_mutex); in timed_lock_wait()459 (void) pthread_mutex_unlock(&timer_mutex); in timed_lock_wait()468 (void) pthread_mutex_lock(&timer_mutex); in timed_lock_wait()476 (void) pthread_mutex_unlock(&timer_mutex); in timed_lock_wait()734 (void) pthread_mutex_lock(&timer_mutex); in fini_daemon()737 (void) pthread_mutex_unlock(&timer_mutex); in fini_daemon()[all …]