Searched refs:ThreadDataSections (Results 1 – 2 of 2) sorted by relevance
163 std::map<const char *, size_t> ThreadDataSections; member in __anond65998760111::ELFNixPlatformRuntimeState287 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()289 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()339 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()340 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()345 ThreadDataSections.insert( in registerThreadDataSection()
402 std::map<const char *, size_t> ThreadDataSections; member in __anond959cc780211::MachOPlatformRuntimeState550 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()551 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()556 ThreadDataSections.insert( in registerThreadDataSection()564 auto I = ThreadDataSections.find(ThreadDataSection.data()); in deregisterThreadDataSection()565 if (I == ThreadDataSections.end()) in deregisterThreadDataSection()568 ThreadDataSections.erase(I); in deregisterThreadDataSection()882 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()884 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()