HomeSort by relevance Sort by last modified time
    Searched refs:thread_ready (Results 1 - 15 of 15) 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/msm8084/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/msm8909/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
  /hardware/qcom/gps/msm8994/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/msm8996/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/msmcobalt/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.c 56 thelper->thread_ready = 0;
127 if (!thelper->thread_ready && !thelper->thread_exit) {
164 thelper->thread_ready = 1;
183 if thread_ready is set
191 int result = thelper->thread_ready;
196 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/gdbserver_tests/
sleepers.c 44 static int thread_ready = 0; variable
53 thread_ready = 1;
108 while (! thread_ready && rc == 0) {
113 thread_ready = 0;

Completed in 255 milliseconds