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

/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h114 * SOREADLOCKED flags in so_flag. The mutex protects all the state in the
120 * calls to operate on the same sonode concurrently. The SOREADLOCKED flag is
146 kcondvar_t so_read_cv; /* wait due to SOREADLOCKED */
272 #define SOREADLOCKED 0x0020 /* serialize kstrgetmsg calls */ macro

Completed in 50 milliseconds