Searched refs:g_log_bits (Results 1 – 1 of 1) sorted by relevance
29 uint32_t g_log_bits = 0; variable41 bool DNBLogCheckLogBit(uint32_t bit) { return (g_log_bits & bit) != 0; } in DNBLogCheckLogBit()44 uint32_t old = g_log_bits; in DNBLogSetLogMask()45 g_log_bits = mask; in DNBLogSetLogMask()49 uint32_t DNBLogGetLogMask() { return g_log_bits; } in DNBLogGetLogMask()62 return (g_log_bits & mask) != 0; in DNBLogEnabledForAny()150 if (DNBLogEnabled() && (log_bit & g_log_bits) == log_bit) { in _DNBLogThreadedIf()