/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | HostInfoBase.cpp | 88 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 D | PassSupport.h | 48 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 D | Makefile | 6 SRCS= threads.h call_once.c cnd.c mtx.c thrd.c tss.c 9 MLINKS= thrd_create.3 call_once.3 \
|
H A D | call_once.c | 35 call_once(once_flag *flag, void (*func)(void)) in call_once() function
|
H A D | Symbol.map | 5 call_once;
|
H A D | threads.h | 77 void call_once(once_flag *, void (*)(void));
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Threading.h | 87 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 D | ProcessPOSIXLog.cpp | 33 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 D | ProcessGDBRemoteLog.cpp | 44 llvm::call_once(g_once_flag, []() { in Initialize()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ |
H A D | ScriptInterpreterNone.cpp | 47 llvm::call_once(g_once_flag, []() { in Initialize()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.cpp | 155 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 D | DWARFContext.cpp | 36 llvm::call_once(data.flag, [&] { in LoadOrGetSection()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_x86_64_with_base_shared.cpp | 245 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 D | Language.cpp | 65 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 D | ProcessTrace.cpp | 100 llvm::call_once(g_once_flag, []() { in Initialize()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | mutex.cppm |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/ |
H A D | RegisterTypeBuilderClang.cpp | 23 llvm::call_once(g_once_flag, []() { in LLDB_PLUGIN_DEFINE()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangHost.cpp | 162 llvm::call_once(g_once_flag, []() { in GetClangResourceDir()
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | c11.h | 118 ::call_once(flag, init_routine); in __libcpp_execute_once()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LocateSymbolFileMacOSX.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ConstString.cpp | 205 llvm::call_once(g_pool_initialization_flag, in StringPool()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DataFileCache.cpp | 26 llvm::call_once(once_flag, []() { in GetLLDBIndexCachePolicy()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 104 llvm::call_once(g_once_flag, []() { in Initialize()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 1553 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 D | ScriptInterpreterLua.cpp | 232 llvm::call_once(g_once_flag, []() { in Initialize()
|