Searched refs:ThreadDataSectionsMutex (Results 1 – 2 of 2) sorted by relevance
162 std::mutex ThreadDataSectionsMutex; member in __anonb364b2400111::ELFNixPlatformRuntimeState286 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in getThreadDataSectionFor()338 std::lock_guard<std::mutex> Lock(ThreadDataSectionsMutex); in registerThreadDataSection()
400 // 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