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

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.h 29 nsecs_t threadStart, nsecs_t threadEnd,
gltrace_fixup.cpp 757 nsecs_t threadStart, nsecs_t threadEnd,
765 glmsg->set_threadtime((unsigned)(threadEnd - threadStart));
    [all...]
  /system/netd/server/
DnsProxyListener.h 53 static void* threadStart(void* handler);
84 static void* threadStart(void* handler);
115 static void* threadStart(void* handler);
DnsProxyListener.cpp 74 DnsProxyListener::GetAddrInfoHandler::threadStart, this);
78 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) {
294 DnsProxyListener::GetHostByNameHandler::threadStart, this);
298 void* DnsProxyListener::GetHostByNameHandler::threadStart(void* obj) {
411 DnsProxyListener::GetHostByAddrHandler::threadStart, this);
415 void* DnsProxyListener::GetHostByAddrHandler::threadStart(void* obj) {
MDnsSdListener.h 76 static void *threadStart(void *handler);
MDnsSdListener.cpp 523 pthread_create(&mThread, NULL, MDnsSdListener::Monitor::threadStart, this);
527 void *MDnsSdListener::Monitor::threadStart(void *obj) {
  /system/core/include/sysutils/
SocketListener.h 55 static void *threadStart(void *obj);
  /system/core/logd/
LogTimes.h 37 static void *threadStart(void *me);
LogTimes.cpp 59 LogTimeEntry::threadStart, this)) {
112 void *LogTimeEntry::threadStart(void *obj) {
  /system/core/libsysutils/src/
SocketListener.cpp 102 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) {
143 void *SocketListener::threadStart(void *obj) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 359 milliseconds