ardour/libs/backends/alsa
Robin Gareus fe0e997335
Backend: prefer debug_msg over PBD::Transmitter in threads
PBD::Transmitter is neither thread-safe nor rt-safe. This likely
fixes a crash on macOS when process-threads are started.
Many threads simultaneously enter coreaudio_process_thread() and
log a message calling `PBD::info << .. << endmsg` simultaneously.
2022-06-24 19:27:57 +02:00
..
alsa_audiobackend.cc Backend: prefer debug_msg over PBD::Transmitter in threads 2022-06-24 19:27:57 +02:00
alsa_audiobackend.h Use shared port engine MIDI event compare operator 2021-11-30 19:41:39 +01:00
alsa_midi.cc Consolidate code using pthread_attr_setstacksize 2020-06-06 18:35:44 +02:00
alsa_midi.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_rawmidi.cc Remove extraneous parentheses (Wparentheses-equality) 2021-05-30 20:09:35 -04:00
alsa_rawmidi.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_sequencer.cc Remove extraneous parentheses (Wparentheses-equality) 2021-05-30 20:09:35 -04:00
alsa_sequencer.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_slave.cc gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
alsa_slave.h gcc-11 compat, volatile atomic variables (1/2) 2021-03-22 15:30:07 +01:00
select_sleep.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
wscript wscript: drop configure statements already present in the top level wscript 2022-01-22 22:19:03 +01:00
zita-alsa-pcmi.cc ALSA backend: code cleanup and scoping and indent 2021-05-16 00:49:06 +02:00
zita-alsa-pcmi.h ALSA backend: code cleanup and scoping and indent 2021-05-16 00:49:06 +02:00