home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume14
/
sharedmem
/
part01
/
src
/
cm_sync.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1988-05-17
|
327 b
|
14 lines
/* cm_sync.h */
/* OR together one from first set to one from second set */
/* defaults are CM_WAIT|CM_WAIT_FOR_ALL */
/* first set of options */
#define CM_WAIT 0
#define CM_NO_WAIT 1
/* second set of options */
#define CM_WAIT_FOR_ALL 0
#define CM_WAIT_AT_MOST_ONCE 2
/* third set of options */
#define CM_WAIT_READ 4