Searched refs:ThreadMap (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/gtk/ |
D | ThreadingGtk.cpp | 46 typedef HashMap<ThreadIdentifier, GThread*> ThreadMap; typedef 80 static ThreadMap& threadMap() in threadMap() 82 DEFINE_STATIC_LOCAL(ThreadMap, map, ()); in threadMap() 90 ThreadMap::iterator i = threadMap().begin(); in identifierByGthreadHandle()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | ThreadingPthreads.cpp | 64 typedef HashMap<ThreadIdentifier, pthread_t> ThreadMap; typedef 97 static ThreadMap& threadMap() in threadMap() 99 DEFINE_STATIC_LOCAL(ThreadMap, map, ()); in threadMap() 107 ThreadMap::iterator i = threadMap().begin(); in identifierByPthreadHandle()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 3272 Change WTF::ThreadIdentifier to be an actual (but wrapped) thread id, remove ThreadMap. 3285 We remove ThreadMap and threadMapMutex from all of them, remove the functions that 4561 Change WTF::ThreadIdentifier to be an actual (but wrapped) thread id, remove ThreadMap. 4574 We remove ThreadMap and threadMapMutex from all of them, remove the functions that
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 212 Change WTF::ThreadIdentifier to be an actual (but wrapped) thread id, remove ThreadMap.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 10946 Change WTF::ThreadIdentifier to be an actual (but wrapped) thread id, remove ThreadMap. 11728 Change WTF::ThreadIdentifier to be an actual (but wrapped) thread id, remove ThreadMap.
|