mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
This replaces the internal mutex with a semaphore, so we're only using a single synchronization primitive to implement this, and cleans up some logic around wait timeouts. This now matches the logic of the originally cited work, from BeOS. Fixes #3639. (I think.) |
||
|---|---|---|
| .. | ||
| SDL_syscond.c | ||
| SDL_syscond_c.h | ||
| SDL_sysmutex.c | ||
| SDL_sysmutex_c.h | ||
| SDL_sysrwlock.c | ||
| SDL_sysrwlock_c.h | ||
| SDL_syssem.c | ||
| SDL_systhread.c | ||
| SDL_systhread_c.h | ||
| SDL_systls.c | ||