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
/system/core/include/utils/
AndroidThreads.h
52
extern int
androidCreateRawThreadEtc
(android_thread_func_t entryFunction,
/system/core/libutils/
Threads.cpp
124
int
androidCreateRawThreadEtc
(android_thread_func_t entryFunction,
164
ALOGE("
androidCreateRawThreadEtc
failed (entry=%p, res=%d, %s)\n"
256
int
androidCreateRawThreadEtc
(android_thread_func_t fn,
287
static android_create_thread_fn gCreateThreadFn =
androidCreateRawThreadEtc
;
696
res =
androidCreateRawThreadEtc
(_threadLoop,
/frameworks/base/core/jni/
AndroidRuntime.cpp
[
all
...]
Completed in 73 milliseconds