Home
last modified time | relevance | path

Searched defs:TSL_SET (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/mutex/
H A Dmutex.c30 #define TSL_SET(x) (!_check_lock(x, 0, 1)) macro
49 #define TSL_SET(x) (!msem_lock(x, MSEM_IF_NOWAIT)) macro
55 #define TSL_SET(x) (cspinlock(x) == 0) macro
62 #define TSL_SET(x) (!acquire_lock(x)) macro
76 #define TSL_SET(x) (_lock_try(x)) macro
83 #define TSL_SET(tsl) (!__TESTBITSSI(tsl, 0)) macro
85 #define TSL_SET(tsl) (!(int)_BBSSI(0, tsl)) macro
105 #define TSL_SET(x) (!uts_lock(x, 1)) macro
116 #define TSL_SET(tsl) (*(tsl) = 1) macro
126 #define TSL_SET(tsl) (!InterlockedExchange((PLONG)tsl, 1)) macro