mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-10 00:25:28 +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. |
||
|---|---|---|
| .. | ||
| gendynapi.py | ||
| SDL_dynapi.c | ||
| SDL_dynapi.h | ||
| SDL_dynapi.sym | ||
| SDL_dynapi_overrides.h | ||
| SDL_dynapi_procs.h | ||
| SDL_dynapi_unsupported.h | ||