Home
last modified time | relevance | path

Searched refs:theError (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
DSDLOSXCAGuard.c100 OSStatus theError = pthread_mutex_lock(&cag->mMutex); in SDLOSXCAGuard_Lock() local
101 (void)theError; in SDLOSXCAGuard_Lock()
102 assert(theError == 0); in SDLOSXCAGuard_Lock()
112 OSStatus theError; in SDLOSXCAGuard_Unlock() local
116 theError = pthread_mutex_unlock(&cag->mMutex); in SDLOSXCAGuard_Unlock()
117 (void)theError; in SDLOSXCAGuard_Unlock()
118 assert(theError == 0); in SDLOSXCAGuard_Unlock()
130 OSStatus theError = pthread_mutex_trylock(&cag->mMutex); in SDLOSXCAGuard_Try() local
131 if (theError == 0) { in SDLOSXCAGuard_Try()
143 OSStatus theError; in SDLOSXCAGuard_Wait() local
[all …]