Home
last modified time | relevance | path

Searched refs:g_quiet (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp36 std::atomic<bool> Timer::g_quiet(true);
58 void Timer::SetQuiet(bool value) { g_quiet = value; } in SetQuiet()
66 if (!g_quiet && stack.size() <= g_display_depth) { in Timer()
92 if (!g_quiet && stack.size() <= g_display_depth) { in ~Timer()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c96 static int g_quiet; variable
280 if (g_quiet) in notice()
927 g_quiet = data->dtsda_newval != DTRACEOPT_UNSET;
1094 if (!g_quiet)
1126 if (!g_quiet) {
1139 } else if (!g_quiet) {
1793 g_quiet = opt != DTRACEOPT_UNSET;
1994 g_quiet = opt != DTRACEOPT_UNSET;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimer.h71 static std::atomic<bool> g_quiet; variable