Searched refs:thread_cond (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c58 result = pthread_cond_init( &thelper->thread_cond, NULL);
65 pthread_cond_destroy(&thelper->thread_cond);
91 result = pthread_cond_destroy( &thelper->thread_cond);
129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);
166 result = pthread_cond_signal(&thelper->thread_cond);
H A Dloc_eng_dmn_conn_thread_helper.h41 pthread_cond_t thread_cond; member in struct:loc_eng_dmn_conn_thelper
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c58 result = pthread_cond_init( &thelper->thread_cond, NULL);
65 pthread_cond_destroy(&thelper->thread_cond);
91 result = pthread_cond_destroy( &thelper->thread_cond);
129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);
166 result = pthread_cond_signal(&thelper->thread_cond);
H A Dloc_eng_dmn_conn_thread_helper.h41 pthread_cond_t thread_cond; member in struct:loc_eng_dmn_conn_thelper
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c58 result = pthread_cond_init( &thelper->thread_cond, NULL);
65 pthread_cond_destroy(&thelper->thread_cond);
91 result = pthread_cond_destroy( &thelper->thread_cond);
129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);
166 result = pthread_cond_signal(&thelper->thread_cond);
H A Dloc_eng_dmn_conn_thread_helper.h41 pthread_cond_t thread_cond; member in struct:loc_eng_dmn_conn_thelper
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c58 result = pthread_cond_init( &thelper->thread_cond, NULL);
65 pthread_cond_destroy(&thelper->thread_cond);
91 result = pthread_cond_destroy( &thelper->thread_cond);
129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);
166 result = pthread_cond_signal(&thelper->thread_cond);
H A Dloc_eng_dmn_conn_thread_helper.h41 pthread_cond_t thread_cond; member in struct:loc_eng_dmn_conn_thelper
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c58 result = pthread_cond_init( &thelper->thread_cond, NULL);
65 pthread_cond_destroy(&thelper->thread_cond);
91 result = pthread_cond_destroy( &thelper->thread_cond);
129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);
166 result = pthread_cond_signal(&thelper->thread_cond);
H A Dloc_eng_dmn_conn_thread_helper.h41 pthread_cond_t thread_cond; member in struct:loc_eng_dmn_conn_thelper
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c58 result = pthread_cond_init( &thelper->thread_cond, NULL);
65 pthread_cond_destroy(&thelper->thread_cond);
91 result = pthread_cond_destroy( &thelper->thread_cond);
129 result = pthread_cond_wait(&thelper->thread_cond, &thelper->thread_mutex);
166 result = pthread_cond_signal(&thelper->thread_cond);
H A Dloc_eng_dmn_conn_thread_helper.h41 pthread_cond_t thread_cond; member in struct:loc_eng_dmn_conn_thelper

Completed in 100 milliseconds