Searched refs:threadAttachMutex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp108 static Mutex& threadAttachMutex() function in namespace:blink
134 // Lock threadAttachMutex() to prevent threads from attaching.
135 threadAttachMutex().lock();
194 threadAttachMutex().unlock();
368 MutexLocker locker(threadAttachMutex());
375 // Enter a safe point before trying to acquire threadAttachMutex
377 // threadAttachMutex and waiting for other threads to pause or reach a
382 SafePointAwareMutexLocker locker(threadAttachMutex(), NoHeapPointersOnStack);
397 // We don't need to enter a safe point before acquiring threadAttachMutex
400 MutexLocker locker(threadAttachMutex());
[all...]

Completed in 113 milliseconds