Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp95 static llvm::once_flag g_openlog_once; in SystemLog() local
96 llvm::call_once(g_openlog_once, [] { in SystemLog()