Searched defs:threadStart (Results 1 - 4 of 4) sorted by relevance

/system/core/nexus/
H A DWifiScanner.cpp45 if (pthread_create(&mThread, NULL, WifiScanner::threadStart, this))
50 void *WifiScanner::threadStart(void *obj) { function in class:WifiScanner
H A DWifiStatusPoller.cpp43 if (pthread_create(&mThread, NULL, WifiStatusPoller::threadStart, this))
67 void *WifiStatusPoller::threadStart(void *obj) { function in class:WifiStatusPoller
/system/core/libsysutils/src/
H A DSocketListener.cpp89 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) {
130 void *SocketListener::threadStart(void *obj) { function in class:SocketListener
/system/netd/
H A DDnsProxyListener.cpp50 DnsProxyListener::GetAddrInfoHandler::threadStart, this);
53 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) { function in class:DnsProxyListener::GetAddrInfoHandler
205 DnsProxyListener::GetHostByAddrHandler::threadStart, this);
208 void* DnsProxyListener::GetHostByAddrHandler::threadStart(void* obj) { function in class:DnsProxyListener::GetHostByAddrHandler

Completed in 56 milliseconds