Home
last modified time | relevance | path

Searched refs:call_once (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp88 llvm::call_once(g_fields->m_host_triple_once, []() { in GetTargetTriple()
95 llvm::call_once(g_fields->m_host_arch_once, []() { in GetArchitecture()
121 llvm::call_once(g_fields->m_lldb_so_dir_once, []() { in GetShlibDir()
131 llvm::call_once(g_fields->m_lldb_support_exe_dir_once, []() { in GetSupportExeDir()
141 llvm::call_once(g_fields->m_lldb_headers_dir_once, []() { in GetHeaderDir()
151 llvm::call_once(g_fields->m_lldb_system_plugin_dir_once, []() { in GetSystemPluginDir()
163 llvm::call_once(g_fields->m_lldb_user_plugin_dir_once, []() { in GetUserPluginDir()
174 llvm::call_once(g_fields->m_lldb_process_tmp_dir_once, []() { in GetProcessTempDir()
186 llvm::call_once(g_fields->m_lldb_global_tmp_dir_once, []() { in GetGlobalTempDir()
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassSupport.h48 llvm::call_once(Initialize##passName##PassFlag, \
68 llvm::call_once(Initialize##passName##PassFlag, \
163 llvm::call_once(Initialize##agName##AnalysisGroupFlag, \
184 llvm::call_once(Initialize##passName##PassFlag, \
205 llvm::call_once(Initialize##passName##PassFlag, \
/freebsd/lib/libstdthreads/
H A DMakefile6 SRCS= threads.h call_once.c cnd.c mtx.c thrd.c tss.c
9 MLINKS= thrd_create.3 call_once.3 \
H A Dcall_once.c35 call_once(once_flag *flag, void (*func)(void)) in call_once() function
H A DSymbol.map5 call_once;
H A Dthreads.h77 void call_once(once_flag *, void (*)(void));
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h87 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once() function
89 std::call_once(flag, std::forward<Function>(F), in call_once()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp33 llvm::call_once(g_once_flag, []() { Log::Register("posix", g_channel); }); in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp44 llvm::call_once(g_once_flag, []() { in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp47 llvm::call_once(g_once_flag, []() { in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp155 llvm::call_once(m_dwarf4_dwo_id_to_skeleton_unit_once_flag, [this]() { in GetSkeletonUnit()
174 llvm::call_once(m_units_once_flag, [&] { in ParseUnitHeadersIfNeeded()
H A DDWARFContext.cpp36 llvm::call_once(data.flag, [&] { in LoadOrGetSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64_with_base_shared.cpp245 std::call_once(once_flag_x86, []() { in GetRegInfoShared()
268 std::call_once(once_flag_x86_64_with_base, []() { in GetRegInfoShared()
294 std::call_once(once_flag_x86_64, []() { in GetRegInfoShared()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp65 llvm::call_once(g_initialize, [] { in GetLanguagesMap()
76 llvm::call_once(g_initialize, [] { in GetLanguagesMutex()
135 llvm::call_once(g_initialize, [] { in ForEach()
H A DProcessTrace.cpp100 llvm::call_once(g_once_flag, []() { in Initialize()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmutex.cppm
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp23 llvm::call_once(g_once_flag, []() { in LLDB_PLUGIN_DEFINE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp162 llvm::call_once(g_once_flag, []() { in GetClangResourceDir()
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dc11.h118 ::call_once(flag, init_routine); in __libcpp_execute_once()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp205 llvm::call_once(g_pool_initialization_flag, in StringPool()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp26 llvm::call_once(once_flag, []() { in GetLLDBIndexCachePolicy()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp104 llvm::call_once(g_once_flag, []() { in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1553 llvm::call_once(g_initialize, [this]() -> void { in GetFormatters()
1571 llvm::call_once(g_initialize, []() -> void { in GetHardcodedSummaries()
1637 llvm::call_once(g_initialize, []() -> void { in GetHardcodedSynthetics()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp232 llvm::call_once(g_once_flag, []() { in Initialize()

123