OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:adb_thread_create
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/minadbd/
sysdeps.h
69
static __inline__ int
adb_thread_create
( adb_thread_t *thread, adb_thread_func_t func, void* arg)
function
417
static __inline__ int
adb_thread_create
( adb_thread_t *pthread, adb_thread_func_t start, void* arg )
function
/system/core/adb/
sysdeps.h
70
static __inline__ int
adb_thread_create
( adb_thread_t *thread, adb_thread_func_t func, void* arg)
function
437
static __inline__ int
adb_thread_create
( adb_thread_t *pthread, adb_thread_func_t start, void* arg )
function
Completed in 24 milliseconds