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
..
2021-02-14 13:54:08 -05:00
2021-08-04 13:30:12 -04:00
2021-05-19 21:09:19 -04:00
2021-01-02 10:25:38 -08:00
2021-01-02 10:25:38 -08:00