Searched refs:timer_mutex (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8994/utils/
H A Dloc_timer.c49 pthread_mutex_t timer_mutex; member in struct:__anon3821
80 pthread_mutex_lock(&(t->timer_mutex));
83 ret = pthread_cond_timedwait(&t->timer_cond, &t->timer_mutex, &ts);
86 pthread_mutex_unlock(&(t->timer_mutex));
114 for (i = 0; EBUSY == pthread_mutex_destroy(&t->timer_mutex) && i <= 5; i++) {
120 pthread_mutex_unlock(&t->timer_mutex);
153 if(pthread_mutex_init(&(t->timer_mutex), NULL)) {
181 pthread_mutex_destroy(&t->timer_mutex);
196 pthread_mutex_lock(&(t->timer_mutex)) == 0) {
201 pthread_mutex_unlock(&(t->timer_mutex));
[all...]
/hardware/qcom/gps/utils/
H A Dloc_timer.c49 pthread_mutex_t timer_mutex; member in struct:__anon4050
80 pthread_mutex_lock(&(t->timer_mutex));
83 ret = pthread_cond_timedwait(&t->timer_cond, &t->timer_mutex, &ts);
86 pthread_mutex_unlock(&(t->timer_mutex));
114 for (i = 0; EBUSY == pthread_mutex_destroy(&t->timer_mutex) && i <= 5; i++) {
120 pthread_mutex_unlock(&t->timer_mutex);
153 if(pthread_mutex_init(&(t->timer_mutex), NULL)) {
181 pthread_mutex_destroy(&t->timer_mutex);
195 pthread_mutex_lock(&(t->timer_mutex)) == 0) {
200 pthread_mutex_unlock(&(t->timer_mutex));
[all...]
/hardware/qcom/gps/msm8084/utils/
H A Dloc_timer.c49 pthread_mutex_t timer_mutex; member in struct:__anon3471
80 pthread_mutex_lock(&(t->timer_mutex));
83 ret = pthread_cond_timedwait(&t->timer_cond, &t->timer_mutex, &ts);
86 pthread_mutex_unlock(&(t->timer_mutex));
104 pthread_mutex_destroy(&t->timer_mutex);
137 if(pthread_mutex_init(&(t->timer_mutex), NULL)) {
165 pthread_mutex_destroy(&t->timer_mutex);
179 pthread_mutex_lock(&(t->timer_mutex));
184 pthread_mutex_unlock(&(t->timer_mutex));
/hardware/qcom/gps/msm8960/utils/
H A Dloc_timer.c56 pthread_mutex_t timer_mutex; local
67 if(pthread_mutex_init(&timer_mutex, NULL)) {
90 pthread_mutex_lock(&(timer_mutex));
91 ret = pthread_cond_timedwait(&timer_cond, &timer_mutex, &ts);
92 pthread_mutex_unlock(&(timer_mutex));
105 pthread_mutex_destroy(&timer_mutex);

Completed in 812 milliseconds