OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:androidCreateThread
(Results
1 - 2
of
2
) sorted by null
/system/core/include/utils/
AndroidThreads.h
37
extern int
androidCreateThread
(android_thread_func_t, void *);
100
return
androidCreateThread
(f, a) ? true : false;
/system/core/libutils/
Threads.cpp
276
int
androidCreateThread
(android_thread_func_t fn, void* arg)
Completed in 166 milliseconds