Home
last modified time | relevance | path

Searched refs:threadStart (Results 1 – 6 of 6) sorted by relevance

/system/netd/
DDnsProxyListener.h50 static void* threadStart(void* handler);
81 static void* threadStart(void* handler);
DDnsProxyListener.cpp53 DnsProxyListener::GetAddrInfoHandler::threadStart, this); in start()
56 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) { in threadStart() function in DnsProxyListener::GetAddrInfoHandler
222 DnsProxyListener::GetHostByAddrHandler::threadStart, this); in start()
225 void* DnsProxyListener::GetHostByAddrHandler::threadStart(void* obj) { in threadStart() function in DnsProxyListener::GetHostByAddrHandler
DMDnsSdListener.h76 static void *threadStart(void *handler);
DMDnsSdListener.cpp499 pthread_create(&mThread, NULL, MDnsSdListener::Monitor::threadStart, this); in Monitor()
502 void *MDnsSdListener::Monitor::threadStart(void *obj) { in threadStart() function in MDnsSdListener::Monitor
/system/core/include/sysutils/
DSocketListener.h48 static void *threadStart(void *obj);
/system/core/libsysutils/src/
DSocketListener.cpp97 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) { in startListener()
138 void *SocketListener::threadStart(void *obj) { in threadStart() function in SocketListener