mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
The pthread wrapper uses semaphores to simulate condition variables, but it is easy to hit the 3DS' limit of available semaphores. libctru 2.0 supplies a lightweight condition variable API. We will use that when it exists, and backport it when it doesn't. |
||
---|---|---|
.. | ||
ctr_pthread.h | ||
gx_pthread.h | ||
psp_pthread.h | ||
rthreads.c | ||
tpool.c | ||
xenon_sdl_threads.c |