Searched refs:disLkRWDebug (Results 1 – 3 of 3) sorted by relevance
45 #define disLkRWDebug 0x00000010 /* Disable RW lock best-effort debugging */ macro
50 #define disLkRWDebug 0x00000010 /* Disable RW lock best-effort debugging */ macro
110 #define rw_lock_debug_disabled() ((LcksOpts & disLkRWDebug) == disLkRWDebug)268 LcksOpts |= disLkRWDebug; in rw_lock_init()