Searched refs:threadStart (Results 1 – 4 of 4) sorted by relevance
29 nsecs_t threadStart, nsecs_t threadEnd,
690 nsecs_t threadStart, nsecs_t threadEnd, in fixupGLMessage() argument698 glmsg->set_threadtime((unsigned)(threadEnd - threadStart)); in fixupGLMessage()
120 static int threadStart(void* self);
137 createThread(threadStart, this); in NativeWindowRenderer()147 int NativeWindowRenderer::threadStart(void* self) { in threadStart() function in android::NativeWindowRenderer