Searched defs:TSL_SET (Results 1 – 1 of 1) sorted by relevance
30 #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(ts macro 126 #define TSL_SET( global() macro [all...]