SDL/src/thread
Frank Praznik 43ddc59fa8
Export SDL_LinuxSetThreadPriorityAndPolicy() function (#4877)
It's marked as being a public symbol internally, however, it was missing from the header files and not visible in the shared library.  This adds it to the necessary headers and to the DynAPI list to expose it for use by applications.

Co-authored-by: Frank Praznik <frank.praznik@oh.rr.com>
2021-11-02 13:56:14 -07:00
..
generic Updated copyright for 2021 2021-01-02 10:25:38 -08:00
os2 Updated copyright for 2021 2021-01-02 10:25:38 -08:00
psp Updated copyright for 2021 2021-01-02 10:25:38 -08:00
pthread Export SDL_LinuxSetThreadPriorityAndPolicy() function (#4877) 2021-11-02 13:56:14 -07:00
stdcpp Updated copyright for 2021 2021-01-02 10:25:38 -08:00
vita Vita: fix thread detach. Remove leftover KillThread 2021-09-20 11:03:02 -07:00
windows Allow usage of the new Condition Variable code with Critical Sections 2021-09-17 19:38:09 -04:00
SDL_systhread.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_thread.c tls: wrap reference to a mutex into an #if !SDL_THREADS_DISABLED test. 2021-04-02 14:36:53 -04:00
SDL_thread_c.h Initial rebase of xerpi's port 2021-03-08 09:07:12 -08:00