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

/system/core/logd/
H A DLogTimes.cpp59 LogTimeEntry::threadStart, this)) {
112 void *LogTimeEntry::threadStart(void *obj) { function in class:LogTimeEntry
/system/core/libsysutils/src/
H A DSocketListener.cpp102 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) {
143 void *SocketListener::threadStart(void *obj) { function in class:SocketListener
/system/netd/server/
H A DDnsProxyListener.cpp74 DnsProxyListener::GetAddrInfoHandler::threadStart, this);
78 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) { function in class:DnsProxyListener::GetAddrInfoHandler
294 DnsProxyListener::GetHostByNameHandler::threadStart, this);
298 void* DnsProxyListener::GetHostByNameHandler::threadStart(void* obj) { function in class:DnsProxyListener::GetHostByNameHandler
411 DnsProxyListener::GetHostByAddrHandler::threadStart, this);
415 void* DnsProxyListener::GetHostByAddrHandler::threadStart(void* obj) { function in class:DnsProxyListener::GetHostByAddrHandler
H A DMDnsSdListener.cpp523 pthread_create(&mThread, NULL, MDnsSdListener::Monitor::threadStart, this);
527 void *MDnsSdListener::Monitor::threadStart(void *obj) { function in class:MDnsSdListener::Monitor

Completed in 1483 milliseconds