HomeSort by relevance Sort by last modified time
    Searched refs:_threadLoop (Results 1 - 2 of 2) sorted by null

  /system/core/include/utils/
Thread.h 93 static int _threadLoop(void* user);
  /system/core/libutils/
Threads.cpp 709 res = createThreadEtc(_threadLoop,
712 res = androidCreateRawThreadEtc(_threadLoop,
734 int Thread::_threadLoop(void* user)

Completed in 671 milliseconds