Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/thread/os2/
DSDL_syssem.c103 ULONG ulPostCount; in SDL_SemWaitTimeout() local
104 DosResetEventSem(sem->changed, &ulPostCount); in SDL_SemWaitTimeout()
143 ULONG ulPostCount; in SDL_SemWaitTimeout() local
144 DosResetEventSem(sem->changed, &ulPostCount); in SDL_SemWaitTimeout()
/external/qemu/distrib/sdl-1.2.12/src/audio/dart/
DSDL_dart.c280 ULONG ulPostCount; in DART_WaitAudio() local
282 DosResetEventSem(_this->hidden->hevAudioBufferPlayed, &ulPostCount); in DART_WaitAudio()
343 ULONG ulPostCount; in DART_WaitDone() local
350 DosResetEventSem(_this->hidden->hevAudioBufferPlayed, &ulPostCount); in DART_WaitDone()