Searched refs:tattr (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/gps/msm8960/utils/ |
D | loc_timer.c | 120 pthread_attr_t tattr; in loc_timer_start() local 140 pthread_attr_init(&tattr); in loc_timer_start() 141 pthread_attr_setdetachstate(&tattr, PTHREAD_CREATE_DETACHED); in loc_timer_start() 142 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start() 153 pthread_attr_destroy(&tattr); in loc_timer_start()
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_timer.c | 119 pthread_attr_t tattr; in loc_timer_start() local 147 if (pthread_attr_init(&tattr)) { in loc_timer_start() 151 pthread_attr_setdetachstate(&tattr, PTHREAD_CREATE_DETACHED); in loc_timer_start() 153 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start() 163 pthread_attr_destroy(&tattr); in loc_timer_start()
|
/hardware/qcom/gps/utils/ |
D | loc_timer.c | 135 pthread_attr_t tattr; in loc_timer_start() local 163 if (pthread_attr_init(&tattr)) { in loc_timer_start() 167 pthread_attr_setdetachstate(&tattr, PTHREAD_CREATE_DETACHED); in loc_timer_start() 169 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start() 179 pthread_attr_destroy(&tattr); in loc_timer_start()
|
/hardware/qcom/gps/msm8974/utils/ |
D | loc_timer.c | 119 pthread_attr_t tattr; in loc_timer_start() local 147 if (pthread_attr_init(&tattr)) { in loc_timer_start() 151 pthread_attr_setdetachstate(&tattr, PTHREAD_CREATE_DETACHED); in loc_timer_start() 153 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start() 163 pthread_attr_destroy(&tattr); in loc_timer_start()
|