Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/orc/
HDelfnix_platform.cpp162 std::mutex ThreadDataSectionsMutex; member in __anond3ef40d90111::ELFNixPlatformRuntimeState
286 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in getThreadDataSectionFor()
338 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerThreadDataSection()
HDmacho_platform.cpp401 std::mutex ThreadDataSectionsMutex; member in __anon26da747b0211::MachOPlatformRuntimeState
549 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerThreadDataSection()
563 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in deregisterThreadDataSection()
881 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in getThreadDataSectionFor()