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

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.h 29 nsecs_t threadStart, nsecs_t threadEnd,
gltrace_fixup.cpp 681 nsecs_t threadStart, nsecs_t threadEnd,
689 glmsg->set_threadtime((unsigned)(threadEnd - threadStart));
  /system/core/include/sysutils/
SocketListener.h 48 static void *threadStart(void *obj);
  /system/netd/
DnsProxyListener.h 51 static void* threadStart(void* handler);
83 static void* threadStart(void* handler);
DnsProxyListener.cpp 51 DnsProxyListener::GetAddrInfoHandler::threadStart, this);
54 void* DnsProxyListener::GetAddrInfoHandler::threadStart(void* obj) {
219 DnsProxyListener::GetHostByAddrHandler::threadStart, this);
222 void* DnsProxyListener::GetHostByAddrHandler::threadStart(void* obj) {
MDnsSdListener.h 76 static void *threadStart(void *handler);
MDnsSdListener.cpp 499 pthread_create(&mThread, NULL, MDnsSdListener::Monitor::threadStart, this);
502 void *MDnsSdListener::Monitor::threadStart(void *obj) {
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h 120 static int threadStart(void* self);
NativeWindowRenderer.cpp 137 createThread(threadStart, this);
147 int NativeWindowRenderer::threadStart(void* self) {
  /sdk/emulator/qtools/
q2dm.cpp 216 pStack->threadStart(event.time);
252 stacks[ii]->threadStart(event.time);
callstack.h 59 void threadStart(uint64_t time);
233 CallStack<FRAME, BASE>::threadStart(uint64_t time)
  /system/core/libsysutils/src/
SocketListener.cpp 97 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) {
138 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 286 milliseconds