Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp50 static Mutex& threadMapMutex() in threadMapMutex() function
64 threadMapMutex(); in initializeThreading()
88 MutexLocker locker(threadMapMutex()); in identifierByGthreadHandle()
103 MutexLocker locker(threadMapMutex()); in establishIdentifierForThread()
114 MutexLocker locker(threadMapMutex()); in threadForIdentifier()
121 MutexLocker locker(threadMapMutex()); in clearThreadForIdentifier()
/external/webkit/Source/JavaScriptCore/wtf/qt/
DThreadingQt.cpp87 static Mutex& threadMapMutex() in threadMapMutex() function
101 MutexLocker locker(threadMapMutex()); in identifierByQthreadHandle()
116 MutexLocker locker(threadMapMutex()); in establishIdentifierForThread()
127 MutexLocker locker(threadMapMutex()); in clearThreadForIdentifier()
136 MutexLocker locker(threadMapMutex()); in threadForIdentifier()
145 threadMapMutex(); in initializeThreading()
/external/webkit/Source/JavaScriptCore/wtf/
DThreadingPthreads.cpp70 static Mutex& threadMapMutex() in threadMapMutex() function
82 threadMapMutex(); in initializeThreading()
105 MutexLocker locker(threadMapMutex()); in identifierByPthreadHandle()
120 MutexLocker locker(threadMapMutex()); in establishIdentifierForPthreadHandle()
131 MutexLocker locker(threadMapMutex()); in pthreadHandleForIdentifier()
138 MutexLocker locker(threadMapMutex()); in clearPthreadHandleForIdentifier()
DThreadingWin.cpp152 static Mutex& threadMapMutex() in threadMapMutex() function
164 threadMapMutex(); in initializeThreading()
176 MutexLocker locker(threadMapMutex()); in storeThreadHandleByIdentifier()
183 MutexLocker locker(threadMapMutex()); in threadHandleForIdentifier()
189 MutexLocker locker(threadMapMutex()); in clearThreadHandleForIdentifier()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-162568 (WTF::threadMapMutex):
2580 (WTF::threadMapMutex):
2591 (WTF::threadMapMutex):
2602 (WTF::threadMapMutex):
3285 We remove ThreadMap and threadMapMutex from all of them, remove the functions that
4155 (WTF::threadMapMutex):
4167 (WTF::threadMapMutex):
4178 (WTF::threadMapMutex):
4189 (WTF::threadMapMutex):
4574 We remove ThreadMap and threadMapMutex from all of them, remove the functions that
[all …]
DChangeLog-2008-08-1017295 (WTF::threadMapMutex):
17785 Initialize threadMapMutex safely (as already done in ThreadingWin).
17788 (WTF::threadMapMutex):
17791 (WTF::threadMapMutex):
17925 …(WTF::threadMapMutex): (WTF::initializeThreading): Call threadMapMutex once to initialize the stat…
DChangeLog-2011-02-1623760 [GTK] Use DEFINE_STATIC_LOCAL for threadMapMutex and threadMap
23766 (WTF::threadMapMutex):
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1064207 (WebCore::threadMapMutex):
80090 (WebCore::threadMapMutex):