Searched refs:_threadLoop (Results 1 - 2 of 2) sorted by path

/frameworks/native/include/utils/
H A DThread.h90 static int _threadLoop(void* user);
/frameworks/native/libs/utils/
H A DThreads.cpp735 res = createThreadEtc(_threadLoop,
738 res = androidCreateRawThreadEtc(_threadLoop,
760 int Thread::_threadLoop(void* user) function in class:android::Thread

Completed in 140 milliseconds