Searched refs:androidCreateRawThreadEtc (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/include/utils/
H A DAndroidThreads.h52 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
/frameworks/native/libs/utils/
H A DThreads.cpp136 int androidCreateRawThreadEtc(android_thread_func_t entryFunction, function
176 ALOGE("androidCreateRawThreadEtc failed (entry=%p, res=%d, errno=%d)\n"
268 int androidCreateRawThreadEtc(android_thread_func_t fn,
301 static android_create_thread_fn gCreateThreadFn = androidCreateRawThreadEtc;
738 res = androidCreateRawThreadEtc(_threadLoop,
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1032 result = androidCreateRawThreadEtc(AndroidRuntime::javaThreadShell, args,

Completed in 68 milliseconds