Searched refs:_threadLoop (Results 1 – 2 of 2) sorted by relevance
93 static int _threadLoop(void* user);
697 res = createThreadEtc(_threadLoop, in run()700 res = androidCreateRawThreadEtc(_threadLoop, in run()722 int Thread::_threadLoop(void* user) in _threadLoop() function in android::Thread