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

  /system/core/libsysutils/src/
SocketListener.cpp 97 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) {
138 void *SocketListener::threadStart(void *obj) {
  /system/netd/
DnsProxyListener.cpp 78 DnsProxyListener::GetAddrInfoHandler::threadStart, this);
82 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) {
319 DnsProxyListener::GetHostByNameHandler::threadStart, this);
323 void* DnsProxyListener::GetHostByNameHandler::threadStart(void* obj) {
454 DnsProxyListener::GetHostByAddrHandler::threadStart, this);
458 void* DnsProxyListener::GetHostByAddrHandler::threadStart(void* obj) {
MDnsSdListener.cpp 499 pthread_create(&mThread, NULL, MDnsSdListener::Monitor::threadStart, this);
503 void *MDnsSdListener::Monitor::threadStart(void *obj) {
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 137 createThread(threadStart, this);
147 int NativeWindowRenderer::threadStart(void* self) {
  /sdk/emulator/qtools/
callstack.h 59 void threadStart(uint64_t time);
233 CallStack<FRAME, BASE>::threadStart(uint64_t time)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 3397 milliseconds