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 693 res = createThreadEtc(_threadLoop,
696 res = androidCreateRawThreadEtc(_threadLoop,
718 int Thread::_threadLoop(void* user)

Completed in 751 milliseconds