HomeSort by relevance Sort by last modified time
    Searched refs:thread_cond (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 58 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);
loc_eng_dmn_conn_thread_helper.h 41 pthread_cond_t thread_cond; member in struct:loc_eng_dmn_conn_thelper
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 58 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);
loc_eng_dmn_conn_thread_helper.h 41 pthread_cond_t thread_cond; member in struct:loc_eng_dmn_conn_thelper

Completed in 56 milliseconds