Searched refs:ThreadDataSections (Results 1 – 2 of 2) sorted by relevance
154 std::map<const char *, size_t> ThreadDataSections; member in __anon05707a170111::ELFNixPlatformRuntimeState268 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()270 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()320 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()321 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()326 ThreadDataSections.insert( in registerThreadDataSection()
396 std::map<const char *, size_t> ThreadDataSections; member in __anon285a7df90211::MachOPlatformRuntimeState504 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection()505 if (I != ThreadDataSections.begin()) { in registerThreadDataSection()510 ThreadDataSections.insert( in registerThreadDataSection()518 auto I = ThreadDataSections.find(ThreadDataSection.data()); in deregisterThreadDataSection()519 if (I == ThreadDataSections.end()) in deregisterThreadDataSection()522 ThreadDataSections.erase(I); in deregisterThreadDataSection()797 auto I = ThreadDataSections.upper_bound(ThreadData); in getThreadDataSectionFor()799 if (I == ThreadDataSections.begin()) in getThreadDataSectionFor()