site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) _______________________________________________ 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... It seems that to solve my problem with semaphores and device space, that I should try unlinking the named semaphores when I close them. Opening a semaphore provides a sem_t pointer that can be used to close the semaphore. Unlinking a semaphore, however, requires the name used when opening the semaphore. How can I obtain the name of the semaphore without having to maintain the relationship between the semaphore name and its corresponding sem_t pointer myself? This email sent to site_archiver@lists.apple.com