Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestsem.c33 threadnum, SDL_SemValue(sem)); in ThreadFunc()
37 threadnum, SDL_SemValue(sem)); in ThreadFunc()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidevents.c151 if (SDL_NumberOfEvents(SDL_APP_DIDENTERBACKGROUND) > SDL_SemValue(Android_PauseSem)) { in Android_PumpEvents_Blocking()
222 if (SDL_NumberOfEvents(SDL_APP_DIDENTERBACKGROUND) > SDL_SemValue(Android_PauseSem)) { in Android_PumpEvents_NonBlocking()
/AliOS-Things-master/components/SDL2/src/thread/generic/
A DSDL_syssem.c63 SDL_SemValue(SDL_sem * sem) in SDL_SemValue() function
186 SDL_SemValue(SDL_sem * sem) in SDL_SemValue() function
/AliOS-Things-master/components/SDL2/src/thread/psp/
A DSDL_syssem.c126 Uint32 SDL_SemValue(SDL_sem *sem) in SDL_SemValue() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_mutex.h155 extern DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem * sem);
/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_syssem.c122 SDL_SemValue(SDL_sem * sem) in SDL_SemValue() function
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_syssem.c180 SDL_SemValue(SDL_sem * sem) in SDL_SemValue() function
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamousetap.m181 if (SDL_SemValue(tapdata->runloopStartedSemaphore) < 1) {
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h270 #define SDL_SemValue SDL_SemValue_REAL macro
A DSDL_dynapi_procs.h301 SDL_DYNAPI_PROC(Uint32,SDL_SemValue,(SDL_sem *a),(a),return)
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c832 pauseSignaled = SDL_SemValue(Android_PauseSem); in Android_ActivityMutex_Lock_Running()
833 resumeSignaled = SDL_SemValue(Android_ResumeSem); in Android_ActivityMutex_Lock_Running()

Completed in 19 milliseconds