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.cpp123 int androidCreateRawThreadEtc(android_thread_func_t entryFunction, in androidCreateRawThreadEtc() function
255 int androidCreateRawThreadEtc(android_thread_func_t fn, in androidCreateRawThreadEtc() function
286 static android_create_thread_fn gCreateThreadFn = androidCreateRawThreadEtc;
700 res = androidCreateRawThreadEtc(_threadLoop, in run()