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

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

Completed in 1085 milliseconds