Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLog.cpp186 pthread_atfork(nullptr, nullptr, &Log::DisableLoggingChild); in Initialize()
335 void Log::DisableLoggingChild() { in DisableLoggingChild() function in Log
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLog.h209 static void DisableLoggingChild();