Searched defs:SDL_semaphore (Results 1 – 10 of 10) sorted by relevance
75 struct SDL_semaphore struct77 Uint32 count;78 Uint32 waiters_count;79 SDL_mutex *count_lock;80 SDL_cond *count_nonzero;
35 struct SDL_semaphore { struct36 HMTX id;37 HEV changed;38 Uint32 value;
35 struct SDL_semaphore { struct37 SYNCHHANDLE id;41 Uint32 volatile count;
83 struct SDL_semaphore { struct84 sem_t *sem;85 sem_t sem_data;
31 struct SDL_semaphore { struct32 sem_id id;
30 struct SDL_semaphore struct32 struct SignalSemaphore Sem;
38 struct SDL_semaphore { struct39 sem_t sem;
40 struct SDL_semaphore struct64 SDL_semaphore* sem = new /*(ELeave)*/ SDL_semaphore; in SDL_CreateSemaphore() argument
39 struct SDL_semaphore { struct40 int id;
80 struct SDL_semaphore struct82 semaphore_t sem;