13
0
livetrax/libs/backends/jack
Paul Davis 88ee3af3ea JACK backend: add a mutex to serialize per-thread port register requests to server
Without this, two threads can both sleep on the same communication channel, and the wake order
is non-determinate, so the wrong thread may process the response to the other thread's request.
2023-09-12 22:41:26 -06:00
..
jack_api.cc
jack_audiobackend.cc JACK: do not set the thread-init callback 2023-04-21 12:16:37 -06:00
jack_audiobackend.h JACK backend: add a mutex to serialize per-thread port register requests to server 2023-09-12 22:41:26 -06:00
jack_connection.cc
jack_connection.h
jack_portengine.cc JACK backend: add a mutex to serialize per-thread port register requests to server 2023-09-12 22:41:26 -06:00
jack_session.cc JACK: fix reported tempo & meter when functioning as JACK timebase master 2023-06-12 12:10:26 -06:00
jack_session.h
jack_utils.cc
jack_utils.h
weak_libjack.c
weak_libjack.def
weak_libjack.h
wscript