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

  /system/core/nexus/
WifiScanner.h 42 static void *threadStart(void *obj);
WifiStatusPoller.h 43 static void *threadStart(void *obj);
WifiScanner.cpp 45 if (pthread_create(&mThread, NULL, WifiScanner::threadStart, this))
50 void *WifiScanner::threadStart(void *obj) {
WifiStatusPoller.cpp 43 if (pthread_create(&mThread, NULL, WifiStatusPoller::threadStart, this))
67 void *WifiStatusPoller::threadStart(void *obj) {
  /system/core/include/sysutils/
SocketListener.h 47 static void *threadStart(void *obj);
  /sdk/emulator/qtools/
q2dm.cpp 216 pStack->threadStart(event.time);
252 stacks[ii]->threadStart(event.time);
callstack.h 59 void threadStart(uint64_t time);
233 CallStack<FRAME, BASE>::threadStart(uint64_t time)
  /system/core/libsysutils/src/
SocketListener.cpp 89 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) {
128 void *SocketListener::threadStart(void *obj) {

Completed in 1373 milliseconds