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

  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
win_ce_semaphore.h 19 extern BOOL ReleaseSemaphoreCE (SYNCHHANDLE, LONG, LPLONG);
SDL_syssem.c 155 if ( ReleaseSemaphoreCE(sem->id, 1, NULL) == FALSE ) {
win_ce_semaphore.c 100 BOOL ReleaseSemaphoreCE (SYNCHHANDLE hSemCE, LONG cReleaseCount, LPLONG lpPreviousCount)

Completed in 970 milliseconds