Home
last modified time | relevance | path

Searched refs:_threadLoop (Results 1 – 2 of 2) sorted by relevance

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