Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp305 std::mutex ThreadDataSectionsMutex; member in __anon89ec89360111::MachOPlatformRuntimeState
418 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in getThreadDataSectionFor()
470 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerThreadDataSection()