Searched refs:threadStart (Results 1 – 6 of 6) sorted by relevance
50 static void* threadStart(void* handler);81 static void* threadStart(void* handler);
53 DnsProxyListener::GetAddrInfoHandler::threadStart, this); in start()56 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) { in threadStart() function in DnsProxyListener::GetAddrInfoHandler222 DnsProxyListener::GetHostByAddrHandler::threadStart, this); in start()225 void* DnsProxyListener::GetHostByAddrHandler::threadStart(void* obj) { in threadStart() function in DnsProxyListener::GetHostByAddrHandler
76 static void *threadStart(void *handler);
499 pthread_create(&mThread, NULL, MDnsSdListener::Monitor::threadStart, this); in Monitor()502 void *MDnsSdListener::Monitor::threadStart(void *obj) { in threadStart() function in MDnsSdListener::Monitor
48 static void *threadStart(void *obj);
97 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) { in startListener()138 void *SocketListener::threadStart(void *obj) { in threadStart() function in SocketListener