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/native/include/utils/
AndroidThreads.h
52
extern int
androidCreateRawThreadEtc
(android_thread_func_t entryFunction,
/frameworks/native/libs/utils/
Threads.cpp
140
int
androidCreateRawThreadEtc
(android_thread_func_t entryFunction,
180
ALOGE("
androidCreateRawThreadEtc
failed (entry=%p, res=%d, errno=%d)\n"
272
int
androidCreateRawThreadEtc
(android_thread_func_t fn,
305
static android_create_thread_fn gCreateThreadFn =
androidCreateRawThreadEtc
;
742
res =
androidCreateRawThreadEtc
(_threadLoop,
/frameworks/base/core/jni/
AndroidRuntime.cpp
[
all
...]
Completed in 537 milliseconds