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

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 56 thelper->thread_exit = 0;
128 if (!thelper->thread_ready && !thelper->thread_exit) {
132 if (thelper->thread_exit) {
229 thelper->thread_exit = 1;
241 thelper->thread_exit = 1;
251 thelper->thread_exit = 1;
255 } while (thelper->thread_exit == 0);
338 return thelper->thread_exit;
362 thelper->thread_exit = 1;
loc_eng_dmn_conn_thread_helper.h 39 unsigned char thread_exit; member in struct:loc_eng_dmn_conn_thelper
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 56 thelper->thread_exit = 0;
128 if (!thelper->thread_ready && !thelper->thread_exit) {
132 if (thelper->thread_exit) {
229 thelper->thread_exit = 1;
241 thelper->thread_exit = 1;
251 thelper->thread_exit = 1;
255 } while (thelper->thread_exit == 0);
338 return thelper->thread_exit;
362 thelper->thread_exit = 1;
loc_eng_dmn_conn_thread_helper.h 39 unsigned char thread_exit; member in struct:loc_eng_dmn_conn_thelper

Completed in 177 milliseconds