Searched refs:ThreadDataSections (Results 1 – 2 of 2) sorted by relevance
164 std::map<const char *, size_t> ThreadDataSections; member in __anonb364b2400111::ELFNixPlatformRuntimeState378 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()380 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()413 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()414 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()419 ThreadDataSections.insert( in registerThreadDataSection()
326 std::map<const char *, size_t> ThreadDataSections; member in __anon3d23d5020211::MachOPlatformRuntimeState474 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()475 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()480 ThreadDataSections.insert( in registerThreadDataSection()488 auto I = ThreadDataSections.find(ThreadDataSection.data()); in deregisterThreadDataSection()489 if (I == ThreadDataSections.end()) in deregisterThreadDataSection()492 ThreadDataSections.erase(I); in deregisterThreadDataSection()826 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()828 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()