summaryrefslogtreecommitdiff
path: root/macosx/JackMachSemaphore.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: forcely ignore wait failures when closing downfalkTX2023-01-301-4/+13
* macOS: killing a thread will abort the semaphore waitfalkTX2023-01-291-8/+16
* Make JackMachSemaphore more robust, dont use thread_terminatefalkTX2022-04-151-12/+21
* macOS: Pass JackMachSemaphore send right via mach_msg IPC (#788)Peter Bridgman2022-01-151-109/+208
* Restrict macos semaphore names to 32 chars, fix already-set sizefalkTX2020-06-151-4/+7
* fix previous copy&pastefalkTX2020-06-151-5/+5
* Fixup macos semaphore usagefalkTX2020-06-151-39/+108
* JackMachSemaphore: fix reusage after server crash or device handoverfalkTX2020-06-131-5/+23
* Renamed OSX C++ files to Objective-C++ filesethe2015-12-151-0/+208