Searched refs:timer_cond (Results 1 – 2 of 2) sorted by relevance
48 pthread_cond_t timer_cond; member83 ret = pthread_cond_timedwait(&t->timer_cond, &t->timer_mutex, &ts); in timer_thread()105 pthread_cond_destroy(&t->timer_cond); in timer_thread()133 if(pthread_cond_init(&(t->timer_cond), NULL)) { in loc_timer_start()167 pthread_cond_destroy(&t->timer_cond); in loc_timer_start()181 pthread_cond_signal(&t->timer_cond); in loc_timer_stop()
55 pthread_cond_t timer_cond; in timer_thread() local62 if(pthread_cond_init(&timer_cond, NULL)) { in timer_thread()91 ret = pthread_cond_timedwait(&timer_cond, &timer_mutex, &ts); in timer_thread()107 pthread_cond_destroy(&timer_cond); in timer_thread()