mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-08 07:31:03 +00:00
Almost nothing checks these return values, and there's no reason a valid lock should fail to operate. The cases where a lock isn't valid (it's a bogus pointer, it was previously destroyed, a thread is unlocking a lock it doesn't own, etc) are undefined behavior and always were, and should be treated as an application bug. Reference Issue #8096. |
||
|---|---|---|
| .. | ||
| SDL_syscond.cpp | ||
| SDL_sysmutex.cpp | ||
| SDL_sysmutex_c.h | ||
| SDL_sysrwlock.cpp | ||
| SDL_systhread.cpp | ||
| SDL_systhread_c.h | ||