Searched defs:USYNC_PROCESS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsynch.h132 #define USYNC_PROCESS 0x01 /* shared by processes */ macro
136 #define LOCK_SHARED 0x01 /* same as USYNC_PROCESS */
145 * into (USYNC_PROCESS | LOCK_ROBUST) by mutex_init(). Application code
146 * should be revised to use (USYNC_PROCESS | LOCK_ROBUST) rather than this.

Completed in 66 milliseconds