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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h82 if (F_ISSET(dbmp, MP_LOCKHANDLE | MP_LOCKREGION)) \
94 if (F_ISSET(dbmp, MP_LOCKREGION)) \
98 if (F_ISSET(dbmp, MP_LOCKREGION)) \
103 if (F_ISSET(dbmp, MP_LOCKREGION)) \
106 if (F_ISSET(dbmp, MP_LOCKREGION)) \
140 #define MP_LOCKREGION 0x02 /* Concurrent access, lock region. */ macro

Completed in 45 milliseconds