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

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 57 thelper->thread_ready = 0;
128 if (!thelper->thread_ready && !thelper->thread_exit) {
165 thelper->thread_ready = 1;
184 if thread_ready is set
192 int result = thelper->thread_ready;
197 thelper->thread_ready = 0;
loc_eng_dmn_conn_thread_helper.h 40 unsigned char thread_ready; member in struct:loc_eng_dmn_conn_thelper
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 57 thelper->thread_ready = 0;
128 if (!thelper->thread_ready && !thelper->thread_exit) {
165 thelper->thread_ready = 1;
184 if thread_ready is set
192 int result = thelper->thread_ready;
197 thelper->thread_ready = 0;
loc_eng_dmn_conn_thread_helper.h 40 unsigned char thread_ready; member in struct:loc_eng_dmn_conn_thelper
  /external/valgrind/main/gdbserver_tests/
sleepers.c 42 static int thread_ready = 0; variable
51 thread_ready = 1;
103 while (! thread_ready && rc == 0) {
108 thread_ready = 0;

Completed in 1840 milliseconds