Inter-process semaphore on Tiger
site_archiver@lists.apple.com Delivered-To: Darwin-dev@lists.apple.com Are inter-process POSIX semaphores supported on Tiger? If yes what is the correct API to use? - or sem_open/sem_close API? Thanks in advance Stephane Letz _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... We are using the mach "low-level" semaphores (as defined in #include <mach/semaphore.h> ) for inter-process synchronization. I'm wondering if POSIX semaphore API (sem_init, sem_open/sem_close...) can be used for the same purpose on Tiger. - sem_init with a semaphore pointer previously allocated in a shared memory segment This email sent to site_archiver@lists.apple.com
participants (1)
-
Stéphane Letz