mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-08 07:31:03 +00:00
* N3DS: Make Sem waits cooperative friendly. The 3DS has a cooperative threading model. Sleeping after TryWait and WaitTimeout avoid starving other threads. It inccurs a runtime penalty, but it's better than having to hard reset your console to recover from a deadlock. |
||
|---|---|---|
| .. | ||
| generic | ||
| n3ds | ||
| ngage | ||
| ps2 | ||
| psp | ||
| pthread | ||
| stdcpp | ||
| vita | ||
| windows | ||
| SDL_systhread.h | ||
| SDL_thread.c | ||
| SDL_thread_c.h | ||