Searched refs:timer_thread (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/gps/msm8960/utils/ |
D | loc_timer.c | 45 static void *timer_thread(void *thread_data) in timer_thread() function 142 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_timer.c | 53 static void *timer_thread(void *thread_data) in timer_thread() function 153 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
|
/hardware/qcom/gps/utils/ |
D | loc_timer.c | 53 static void *timer_thread(void *thread_data) in timer_thread() function 169 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
|
/hardware/qcom/gps/msm8974/utils/ |
D | loc_timer.c | 53 static void *timer_thread(void *thread_data) in timer_thread() function 153 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
|