Home
last modified time | relevance | path

Searched refs:androidCreateRawThreadEtc (Results 1 – 2 of 2) sorted by relevance

/system/core/include/utils/
DAndroidThreads.h52 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
/system/core/libutils/
DThreads.cpp126 int androidCreateRawThreadEtc(android_thread_func_t entryFunction, in androidCreateRawThreadEtc() function
258 int androidCreateRawThreadEtc(android_thread_func_t fn, in androidCreateRawThreadEtc() function
291 static android_create_thread_fn gCreateThreadFn = androidCreateRawThreadEtc;
718 res = androidCreateRawThreadEtc(_threadLoop, in run()