/platform/osx/platform/vars/mutex.d

http://github.com/wilkie/djehuty · D · 14 lines · 3 code · 2 blank · 9 comment · 0 complexity · d7469e0d605e0ae2d0a3e0e9bf15d8c2 MD5 · raw file

  1. /*
  2. * mutex.d
  3. *
  4. * This module implements the platform specifics for the Mutex class.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 25th, 2009
  8. *
  9. */
  10. module platform.vars.mutex;
  11. struct MutexPlatformVars {
  12. }