Home
last modified time | relevance | path

Searched defs:SDL_semaphore (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/thread/generic/
A DSDL_syssem.c76 struct SDL_semaphore struct
78 Uint32 count;
79 Uint32 waiters_count;
80 SDL_mutex *count_lock;
81 SDL_cond *count_nonzero;
/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_syssem.c31 struct SDL_semaphore struct
33 HANDLE id;
34 LONG count;
/AliOS-Things-master/components/SDL2/src/thread/psp/
A DSDL_syssem.c36 struct SDL_semaphore { struct
37 SceUID semid;
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_syssem.c39 struct SDL_semaphore struct
41 sem_t sem;

Completed in 4 milliseconds