Searched refs:androidCreateRawThreadEtc (Results 1 – 3 of 3) sorted by relevance
136 int androidCreateRawThreadEtc(android_thread_func_t entryFunction, in androidCreateRawThreadEtc() function268 int androidCreateRawThreadEtc(android_thread_func_t fn, in androidCreateRawThreadEtc() function301 static android_create_thread_fn gCreateThreadFn = androidCreateRawThreadEtc;738 res = androidCreateRawThreadEtc(_threadLoop, in run()
52 extern int androidCreateRawThreadEtc(android_thread_func_t entryFunction,
1032 result = androidCreateRawThreadEtc(AndroidRuntime::javaThreadShell, args, in javaCreateThreadEtc()