RetroArch/libretro-common/rthreads
Justin Weiss 1ee7b71884 [3DS] Use the CondVar API for condition variables
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.
2020-10-10 19:31:08 -07:00
..
ctr_pthread.h [3DS] Use the CondVar API for condition variables 2020-10-10 19:31:08 -07:00
gx_pthread.h (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
psp_pthread.h (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
rthreads.c Revert "Resync" 2020-09-01 17:43:22 +02:00
tpool.c Turn while (true) into for (;;) for easier MSVC backwards compatibility 2020-02-01 04:15:22 +01:00
xenon_sdl_threads.c (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00