OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:androidCreateRawThreadEtc
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/utils/
Threads.cpp
107
int
androidCreateRawThreadEtc
(android_thread_func_t entryFunction,
141
LOGE("
androidCreateRawThreadEtc
failed (entry=%p, res=%d, errno=%d)\n"
223
int
androidCreateRawThreadEtc
(android_thread_func_t fn,
256
static android_create_thread_fn gCreateThreadFn =
androidCreateRawThreadEtc
;
685
res =
androidCreateRawThreadEtc
(_threadLoop,
/frameworks/base/include/utils/
threads.h
109
extern int
androidCreateRawThreadEtc
(android_thread_func_t entryFunction,
/frameworks/base/core/jni/
AndroidRuntime.cpp
[
all
...]
Completed in 306 milliseconds