Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DThread.h96 static int _threadLoop(void* user);
/system/core/libutils/
DThreads.cpp702 res = createThreadEtc(_threadLoop, in run()
705 res = androidCreateRawThreadEtc(_threadLoop, in run()
727 int Thread::_threadLoop(void* user) in _threadLoop() function in android::Thread