Searched refs:androidCreateRawThreadEtc (Results 1 – 2 of 2) sorted by relevance
52 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
117 int androidCreateRawThreadEtc(android_thread_func_t entryFunction, in androidCreateRawThreadEtc() function249 int androidCreateRawThreadEtc(android_thread_func_t fn, in androidCreateRawThreadEtc() function280 static android_create_thread_fn gCreateThreadFn = androidCreateRawThreadEtc;691 res = androidCreateRawThreadEtc(_threadLoop, in run()