Searched refs:SyncMessageStateMap (Results 1 – 1 of 1) sorted by relevance
71 typedef HashMap<RunLoop*, SyncMessageState*> SyncMessageStateMap; typedef in CoreIPC::Connection::SyncMessageState72 static SyncMessageStateMap& syncMessageStateMap() in syncMessageStateMap()74 DEFINE_STATIC_LOCAL(SyncMessageStateMap, syncMessageStateMap, ()); in syncMessageStateMap()104 pair<SyncMessageStateMap::iterator, bool> result = syncMessageStateMap().add(runLoop, 0); in getOrCreate()