Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Delfnix_platform.cpp152 std::mutex ThreadDataSectionsMutex; member in __anonebe0e5700111::ELFNixPlatformRuntimeState
265 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in getThreadDataSectionFor()
317 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerThreadDataSection()
H A Dmacho_platform.cpp225 std::mutex ThreadDataSectionsMutex; member in __anon104e62320211::MachOPlatformRuntimeState
299 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerThreadDataSection()
313 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in deregisterThreadDataSection()
528 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in getThreadDataSectionFor()