Lines Matching refs:TSL_INIT
29 #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))
160 TSL_INIT(&mp->tsl_resource);