Searched refs:androidCreateRawThreadEtc (Results 1 – 2 of 2) sorted by relevance
52 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
124 int androidCreateRawThreadEtc(android_thread_func_t entryFunction, in androidCreateRawThreadEtc() function256 int androidCreateRawThreadEtc(android_thread_func_t fn, in androidCreateRawThreadEtc() function287 static android_create_thread_fn gCreateThreadFn = androidCreateRawThreadEtc;696 res = androidCreateRawThreadEtc(_threadLoop, in run()