mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
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. |
||
|---|---|---|
| .. | ||
| coreaudio_backend.cc | ||
| coreaudio_backend.h | ||
| coreaudio_pcmio.cc | ||
| coreaudio_pcmio.h | ||
| coreaudio_pcmio_aggregate.cc | ||
| coremidi_io.cc | ||
| coremidi_io.h | ||
| wscript | ||