Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/include/utils/
H A DThread.h96 static int _threadLoop(void* user);
/aosp12/system/core/libutils/
H A DThreads.cpp701 res = createThreadEtc(_threadLoop, in run()
704 res = androidCreateRawThreadEtc(_threadLoop, in run()
726 int Thread::_threadLoop(void* user) in _threadLoop() function in android::Thread