OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_proc_post
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.h
48
int (*
thread_proc_post
) (void * context);
member in struct:loc_eng_dmn_conn_thelper
56
int (*
thread_proc_post
) (void * context),
loc_eng_dmn_conn_thread_helper.c
257
if (thelper->
thread_proc_post
) {
258
result = thelper->
thread_proc_post
(thelper->thread_context);
284
thread_proc_post
- The function to call after the task loop
301
int (*
thread_proc_post
) (void * context),
316
thelper->
thread_proc_post
=
thread_proc_post
;
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.h
48
int (*
thread_proc_post
) (void * context);
member in struct:loc_eng_dmn_conn_thelper
56
int (*
thread_proc_post
) (void * context),
loc_eng_dmn_conn_thread_helper.c
257
if (thelper->
thread_proc_post
) {
258
result = thelper->
thread_proc_post
(thelper->thread_context);
284
thread_proc_post
- The function to call after the task loop
301
int (*
thread_proc_post
) (void * context),
316
thelper->
thread_proc_post
=
thread_proc_post
;
Completed in 557 milliseconds