Home
last modified time | relevance | path

Searched defs:exitStatus (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidThread_pthread.cpp87 bool Thread::wait(intptr_t* exitStatus) { in wait()
106 bool Thread::tryWait(intptr_t* exitStatus) { in tryWait()
/hardware/google/aemu/base/
DThread_pthread.cpp84 bool Thread::wait(intptr_t* exitStatus) { in wait()
103 bool Thread::tryWait(intptr_t* exitStatus) { in tryWait()
DThread_win32.cpp83 bool Thread::wait(intptr_t* exitStatus) { in wait()
100 bool Thread::tryWait(intptr_t* exitStatus) { in tryWait()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLBackgroundLoader.cpp81 bool GLBackgroundLoader::wait(intptr_t* exitStatus) { in wait()