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.cpp162 std::mutex ThreadDataSectionsMutex; member in __anonb364b2400111::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.cpp400 // ThreadDataSectionsMutex guards thread local data section state. in initialize()
401 std::mutex ThreadDataSectionsMutex; in initialize()
549 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerObjectPlatformSections()
563 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerObjectPlatformSections()
881 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerObjCRegistrationObjects()
365 std::mutex ThreadDataSectionsMutex; global() member in __anon3d23d5020211::MachOPlatformRuntimeState