home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / mach / m68k / cthreads.h < prev    next >
Text File  |  1992-03-04  |  170b  |  14 lines

  1. /*
  2.  * m68k-specific C Threads definitions.
  3.  */
  4.  
  5. /*
  6.  * Spin locks.
  7.  */
  8. #define    spin_unlock(p)        (*(p) = 0)
  9.  
  10. /*
  11.  * Mutex locks.
  12.  */
  13. #define    mutex_unlock(m)        ((m)->lock = 0)
  14.