OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_proc_init
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.h
45
int (*
thread_proc_init
) (void * context);
member in struct:loc_eng_dmn_conn_thelper
53
int (*
thread_proc_init
) (void * context),
loc_eng_dmn_conn_thread_helper.c
226
if (thelper->
thread_proc_init
) {
227
result = thelper->
thread_proc_init
(thelper->thread_context);
281
thread_proc_init
- The initialization function pointer
298
int (*
thread_proc_init
) (void * context),
313
thelper->
thread_proc_init
=
thread_proc_init
;
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_thread_helper.h
45
int (*
thread_proc_init
) (void * context);
member in struct:loc_eng_dmn_conn_thelper
53
int (*
thread_proc_init
) (void * context),
loc_eng_dmn_conn_thread_helper.c
226
if (thelper->
thread_proc_init
) {
227
result = thelper->
thread_proc_init
(thelper->thread_context);
281
thread_proc_init
- The initialization function pointer
298
int (*
thread_proc_init
) (void * context),
313
thelper->
thread_proc_init
=
thread_proc_init
;
Completed in 575 milliseconds