HomeSort by relevance Sort by last modified time
    Searched refs:thread_exit (Results 1 - 19 of 19) 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/msm8084/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/msm8909/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
  /hardware/qcom/gps/msm8994/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/msm8996/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/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3PreviewTest.cpp 38 bool thread_exit; member in namespace:qcamera
62 CamObj_handle = handle; thread_exit = 0; test_case_end = 0;
216 thread_exit = 1;
QCameraHAL3VideoTest.cpp 41 extern bool thread_exit;
63 CamObj_handle = handle; thread_exit = 0;
195 thread_exit = 1;
QCameraHAL3Test.cpp 36 extern bool thread_exit;
189 while(!thread_exit) {
  /prebuilts/go/darwin-x86/src/runtime/
os_nacl.go 298 void *nacl_irt_thread_v0_1[3]; // thread_create, thread_exit, thread_nice
  /prebuilts/go/linux-x86/src/runtime/
os_nacl.go 298 void *nacl_irt_thread_v0_1[3]; // thread_create, thread_exit, thread_nice
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 380 bool thread_exit; member in struct:video_vpu_context
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 364 if(omx->drv_ctx.thread_exit)
674 drv_ctx.thread_exit = false;
757 drv_ctx.thread_exit = true;
    [all...]

Completed in 562 milliseconds