Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_platform.cpp153 std::mutex ThreadDataSectionsMutex; member in __anon22ca0f8d0111::ELFNixPlatformRuntimeState
267 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in getThreadDataSectionFor()
319 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerThreadDataSection()
H A Dmacho_platform.cpp395 std::mutex ThreadDataSectionsMutex; member in __anon217c3caf0211::MachOPlatformRuntimeState
503 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerThreadDataSection()
517 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in deregisterThreadDataSection()
796 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in getThreadDataSectionFor()