Searched refs:wait (Results 1 – 14 of 14) sorted by relevance
41 bool wait(int *exitStatus);57 int KillProcess(int pid, bool wait);
68 childProcess::wait(int *exitStatus) in wait() function in osUtils::childProcess124 int KillProcess(int pid, bool wait) in KillProcess() argument138 if (wait) { in KillProcess()
150 childProcess::wait(int *exitStatus) in wait() function in osUtils::childProcess186 int KillProcess(int pid, bool wait) in KillProcess() argument196 if (wait) { in KillProcess()
36 bool wait(int *exitStatus);
48 Thread::wait(int *exitStatus) in wait() function in osUtils::Thread
51 Thread::wait(int *exitStatus) in wait() function in osUtils::Thread
30 void wait( int timeout_ms );
43 void EventInjector::wait(int timeout_ms) in wait() function in EventInjector
238 ret = s_renderProc->wait(&exitStatus); in stopOpenGLRenderer()247 ret = s_renderThread->wait(&status); in stopOpenGLRenderer()
149 (*t)->wait(&exitStatus); in Main()
178 static void cancelCurrentJobs(boolean wait) { in cancelCurrentJobs() argument185 if (wait) { in cancelCurrentJobs()
118 injector->wait(1000/15); in WinMain()
44 - You must have Cygwin installed. But wait! You CANNOT use the latest Cygwin 1.7.
88 android:fadeOffset : Time, in milliseconds, to wait before the gesture fades out after the user is…