mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-11-06 12:04:53 +00:00
This avoids the need to malloc something extra, use a semaphore, etc, and fixes Emscripten with pthreads support, which might not spin up a web worker until after SDL_CreateThread returns and thus can't wait on a semaphore at this point in any case. Fixes Bugzilla #5064. |
||
|---|---|---|
| .. | ||
| generic | ||
| psp | ||
| pthread | ||
| stdcpp | ||
| windows | ||
| SDL_systhread.h | ||
| SDL_thread.c | ||
| SDL_thread_c.h | ||