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