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
/frameworks/base/include/utils/
threads.h
94
extern int
androidCreateThread
(android_thread_func_t, void *);
181
return
androidCreateThread
(f, a) ? true : false;
/frameworks/base/libs/utils/
Threads.cpp
245
int
androidCreateThread
(android_thread_func_t fn, void* arg)
Completed in 5569 milliseconds