Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp162 std::mutex ThreadDataSectionsMutex; member in __anond65998760111::ELFNixPlatformRuntimeState
286 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in getThreadDataSectionFor()
338 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerThreadDataSection()
H A Dmacho_platform.cpp401 std::mutex ThreadDataSectionsMutex; member in __anond959cc780211::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()