Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DThreadingPthreads.cpp105 static Mutex& threadMapMutex() in threadMapMutex() function
120 threadMapMutex(); in initializeThreading()
146 MutexLocker locker(threadMapMutex()); in identifierByPthreadHandle()
160 MutexLocker locker(threadMapMutex()); in establishIdentifierForPthreadHandle()
218 MutexLocker locker(threadMapMutex()); in waitForThreadCompletion()
230 MutexLocker locker(threadMapMutex()); in waitForThreadCompletion()
249 MutexLocker locker(threadMapMutex()); in detachThread()
267 MutexLocker locker(threadMapMutex()); in threadDidExit()
DThreadingWin.cpp149 static Mutex& threadMapMutex() in threadMapMutex() function
164 threadMapMutex(); in initializeThreading()
180 MutexLocker locker(threadMapMutex()); in storeThreadHandleByIdentifier()
187 MutexLocker locker(threadMapMutex()); in threadHandleForIdentifier()
193 MutexLocker locker(threadMapMutex()); in clearThreadHandleForIdentifier()