gstreamer/plugins
Matthew Waters 15761c93c2 tracers/leaks: fix reentrancy issues with the custom signal handlers
The signal handlers were performing mutex operations in the signal handlers
which is bad idea that may lead to deadlocks.

1. Implement a separate signal thread to handle the signals.
2. Use the glib provided signal GSource to avoid performing operations in
   the signal handler.

Fix #186

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/487>
2020-06-09 12:36:18 +00:00
..
elements queue: protect against lost wakeups for iterm_del condition 2020-06-06 17:41:20 +00:00
tracers tracers/leaks: fix reentrancy issues with the custom signal handlers 2020-06-09 12:36:18 +00:00
meson.build Meson: Add 'coretracers' feature option 2019-12-03 19:01:38 -05:00