Searched refs:threadMap (Results 1 – 10 of 10) sorted by relevance
80 static ThreadMap& threadMap() in threadMap() function90 ThreadMap::iterator i = threadMap().begin(); in identifierByGthreadHandle()91 for (; i != threadMap().end(); ++i) { in identifierByGthreadHandle()107 threadMap().add(identifierCount, thread); in establishIdentifierForThread()116 return threadMap().get(id); in threadForIdentifier()123 ASSERT(threadMap().contains(id)); in clearThreadForIdentifier()125 threadMap().remove(id); in clearThreadForIdentifier()
93 static HashMap<ThreadIdentifier, QThread*>& threadMap() in threadMap() function103 HashMap<ThreadIdentifier, QThread*>::iterator i = threadMap().begin(); in identifierByQthreadHandle()104 for (; i != threadMap().end(); ++i) { in identifierByQthreadHandle()120 threadMap().add(identifierCount, thread); in establishIdentifierForThread()129 ASSERT(threadMap().contains(id)); in clearThreadForIdentifier()131 threadMap().remove(id); in clearThreadForIdentifier()138 return threadMap().get(id); in threadForIdentifier()
97 static ThreadMap& threadMap() in threadMap() function107 ThreadMap::iterator i = threadMap().begin(); in identifierByPthreadHandle()108 for (; i != threadMap().end(); ++i) { in identifierByPthreadHandle()124 threadMap().add(identifierCount, pthreadHandle); in establishIdentifierForPthreadHandle()133 return threadMap().get(id); in pthreadHandleForIdentifier()140 ASSERT(threadMap().contains(id)); in clearPthreadHandleForIdentifier()142 threadMap().remove(id); in clearPthreadHandleForIdentifier()
168 static HashMap<DWORD, HANDLE>& threadMap() in threadMap() function177 ASSERT(!threadMap().contains(threadID)); in storeThreadHandleByIdentifier()178 threadMap().add(threadID, threadHandle); in storeThreadHandleByIdentifier()184 return threadMap().get(id); in threadHandleForIdentifier()190 ASSERT(threadMap().contains(id)); in clearThreadHandleForIdentifier()191 threadMap().remove(id); in clearThreadHandleForIdentifier()
6962 (WTF::threadMap):7340 (WTF::threadMap):7361 (WTF::threadMap):7387 (WTF::threadMap):10030 were already terminated and their threadMap entries cleared.10080 Fix the leak of ThreadIdentifiers in threadMap across threads.10093 …WTF::ThreadIdentifierData::~ThreadIdentifierData): Removes the ThreadIdentifier from the threadMap.
2570 (WTF::threadMap):2582 (WTF::threadMap):2593 (WTF::threadMap):2603 (WTF::threadMap):4157 (WTF::threadMap):4169 (WTF::threadMap):4180 (WTF::threadMap):4190 (WTF::threadMap):23657 (WTF::threadMap):25320 (WTF::threadMap): Changed to leak an object rather than using
23760 [GTK] Use DEFINE_STATIC_LOCAL for threadMapMutex and threadMap23767 (WTF::threadMap):
17296 (WTF::threadMap):
17867 Fix the leak of ThreadIdentifiers in threadMap across threads.17876 threads in the WTF threadMap and asserts in WTF::establishIdentifierForPthreadHandle().
64208 (WebCore::threadMap):80091 (WebCore::threadMap):