Searched defs:androidCreateRawThreadEtc (Results 1 - 1 of 1) sorted by relevance

/system/core/libutils/
H A DThreads.cpp126 int androidCreateRawThreadEtc(android_thread_func_t entryFunction, function
166 ALOGE("androidCreateRawThreadEtc failed (entry=%p, res=%d, errno=%d)\n"
258 int androidCreateRawThreadEtc(android_thread_func_t fn,
291 static android_create_thread_fn gCreateThreadFn = androidCreateRawThreadEtc;
718 res = androidCreateRawThreadEtc(_threadLoop,

Completed in 46 milliseconds