OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_exit
(Results
1 - 19
of
19
) sorted by null
/external/fio/lib/
tp.h
24
volatile int
thread_exit
;
member in struct:tp_data
tp.c
51
if (!tdat->
thread_exit
&& flist_empty(&tdat->work))
60
if (tdat->
thread_exit
)
110
tdat->
thread_exit
= 1;
/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
/prebuilts/go/darwin-x86/src/runtime/
os1_nacl.go
201
void *nacl_irt_thread_v0_1[3]; // thread_create,
thread_exit
, thread_nice
/prebuilts/go/linux-x86/src/runtime/
os1_nacl.go
201
void *nacl_irt_thread_v0_1[3]; // thread_create,
thread_exit
, thread_nice
/hardware/qcom/audio/msm8909/audiod/
AudioDaemon.cpp
246
goto
thread_exit
;
410
thread_exit
:
/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 1344 milliseconds