Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp163 std::mutex ThreadDataSectionsMutex; member in __anonb364b2400111::ELFNixPlatformRuntimeState
377 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in getThreadDataSectionFor()
412 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerThreadDataSection()
H A Dmacho_platform.cpp325 std::mutex ThreadDataSectionsMutex; member in __anon3d23d5020211::MachOPlatformRuntimeState
473 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerThreadDataSection()
487 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in deregisterThreadDataSection()
825 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in getThreadDataSectionFor()