SDL/src/core/linux
Ryan C. Gordon d483970262
dbus: Wrap init in a spinlock.
This prevents a race if two threads that need d-bus try to init it at the
same time. Note that SDL_Init will likely handle this from a single thread
at startup, but there are places outside of init where one might trigger
D-Bus init, like setting thread priority (a common first thing for a new
thread to do) resulting in SDL trying to use RTKit.

Fixes #4587.
2021-08-04 13:30:12 -04:00
..
SDL_dbus.c dbus: Wrap init in a spinlock. 2021-08-04 13:30:12 -04:00
SDL_dbus.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_evdev.c Fixed joysticks generating SDL mouse events 2021-01-08 09:54:55 -08:00
SDL_evdev.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_evdev_capabilities.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_evdev_capabilities.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_evdev_kbd.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_evdev_kbd.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_evdev_kbd_default_accents.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_evdev_kbd_default_keymap.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_fcitx.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_fcitx.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_ibus.c ibus: make sure we don't pass a NULL path string over D-Bus. 2021-04-04 00:29:26 -04:00
SDL_ibus.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_ime.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_ime.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_threadprio.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_udev.c This delay is no longer needed on Steam Link hardware 2021-06-04 13:23:54 -07:00
SDL_udev.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00