/platform/osx/platform/vars/semaphore.d
http://github.com/wilkie/djehuty · D · 17 lines · 5 code · 3 blank · 9 comment · 0 complexity · 94425feba954ff71a8a88b5920e5803c MD5 · raw file
- /*
- * semaphore.d
- *
- * This module implements the platform specifics for the Semaphore class.
- *
- * Author: Dave Wilkinson
- * Originated: July 25th, 2009
- *
- */
- module platform.vars.semaphore;
- import platform.osx.common;
- struct SemaphorePlatformVars {
- sem_t sem_id;
- }