Home
last modified time | relevance | path

Searched refs:PublishInfoMap (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/tsan/
Dthread_sanitizer.cc3635 typedef multimap<uintptr_t, PublishInfo> PublishInfoMap; typedef
3638 static PublishInfoMap *g_publish_info_map;
3647 typedef PublishInfoMap::iterator Iter; in GetPublisherVTS()
3667 typedef PublishInfoMap::iterator Iter; in CheckSanityOfPublishedMemory()
3688 typedef PublishInfoMap::iterator Iter; in ClearPublishedAttribute()
8574 g_publish_info_map = new PublishInfoMap; in ThreadSanitizerInit()