home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume14 / sharedmem / part01 / src / cm_sync.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-17  |  327 b   |  14 lines

  1. /* cm_sync.h */
  2.  
  3. /* OR together one from first set to one from second set */
  4. /* defaults are CM_WAIT|CM_WAIT_FOR_ALL */
  5.  
  6. /* first set of options */
  7. #define CM_WAIT            0
  8. #define CM_NO_WAIT        1
  9. /* second set of options */
  10. #define CM_WAIT_FOR_ALL        0
  11. #define CM_WAIT_AT_MOST_ONCE    2
  12. /* third set of options */
  13. #define CM_WAIT_READ        4
  14.