OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_routine
(Results
26 - 29
of
29
) sorted by null
1
2
/external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c
164
static inline pthread_t create_thread(void *(*
start_routine
)(void *), void * arg)
170
if( pthread_create(&thread_id, &thread_attr,
start_routine
, arg)!=0 )
btif_hl.c
[
all
...]
/device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h
320
int32_t launch(void *(*
start_routine
)(void *), void* user_data);
[
all
...]
/device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp
[
all
...]
Completed in 110 milliseconds
1
2