mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
f793972d4c
Unnamed POSIX semaphores are not supported on macOS, nor is timed wait supported on named POSIX semaphores. SysV semaphores have similar limitations. Mach semaphores are one of the only clean ways to create unnamed, shareable semaphores on macOS. As of bug 1734735, we now can transparently send the mach ports across to other processes without much added code, overall making this implementation of Mach semaphores fairly easy. Differential Revision: https://phabricator.services.mozilla.com/D188429 |
||
---|---|---|
.. | ||
ipdl | ||
test | ||
ipdl.py | ||
Makefile.in | ||
message-metadata.ini | ||
moz.build | ||
msgtype-components | ||
sync-messages.ini |