HomeSort by relevance Sort by last modified time
    Searched refs:ulPostCount (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_syssem.c 103 ULONG ulPostCount;
104 DosResetEventSem(sem->changed, &ulPostCount);
143 ULONG ulPostCount;
144 DosResetEventSem(sem->changed, &ulPostCount);
  /external/qemu/distrib/sdl-1.2.15/src/audio/dart/
SDL_dart.c 280 ULONG ulPostCount;
282 DosResetEventSem(_this->hidden->hevAudioBufferPlayed, &ulPostCount);
343 ULONG ulPostCount;
350 DosResetEventSem(_this->hidden->hevAudioBufferPlayed, &ulPostCount);

Completed in 1582 milliseconds