Home
last modified time | relevance | path

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

/hardware/qcom/gps/utils/
Dloc_timer.c48 pthread_cond_t timer_cond; member
83 ret = pthread_cond_timedwait(&t->timer_cond, &t->timer_mutex, &ts); in timer_thread()
124 pthread_cond_destroy(&t->timer_cond); in timer_thread()
149 if(pthread_cond_init(&(t->timer_cond), NULL)) { in loc_timer_start()
183 pthread_cond_destroy(&t->timer_cond); in loc_timer_start()
197 pthread_cond_signal(&t->timer_cond); in loc_timer_stop()
/hardware/qcom/gps/msm8994/utils/
Dloc_timer.c48 pthread_cond_t timer_cond; member
83 ret = pthread_cond_timedwait(&t->timer_cond, &t->timer_mutex, &ts); in timer_thread()
124 pthread_cond_destroy(&t->timer_cond); in timer_thread()
149 if(pthread_cond_init(&(t->timer_cond), NULL)) { in loc_timer_start()
183 pthread_cond_destroy(&t->timer_cond); in loc_timer_start()
198 pthread_cond_signal(&t->timer_cond); in loc_timer_stop()
/hardware/qcom/gps/msm8084/utils/
Dloc_timer.c48 pthread_cond_t timer_cond; member
83 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()
/hardware/qcom/gps/msm8960/utils/
Dloc_timer.c55 pthread_cond_t timer_cond; in timer_thread() local
62 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()