Home
last modified time | relevance | path

Searched refs:TSL_INIT (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/mutex/
H A Dmutex.c29 #define TSL_INIT(x) macro
47 #define TSL_INIT(x) (msem_init(x, MSEM_UNLOCKED) == NULL) macro
54 #define TSL_INIT(x) initspin(x, 1) macro
60 #define TSL_INIT(x) (init_lock(x) != 0) macro
75 #define TSL_INIT(x) macro
88 #define TSL_INIT(tsl) TSL_UNSET(tsl) macro
104 #define TSL_INIT(x) macro
115 #define TSL_INIT(tsl) macro
125 #define TSL_INIT(tsl) macro
157 if (TSL_INIT(&mp->tsl_resource))
[all …]