Searched defs:active_samplers_mutex (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dlog.cc1733 static LazyMutex active_samplers_mutex = LAZY_MUTEX_INITIALIZER; member in namespace:v8::internal
1739 ScopedLock lock(active_samplers_mutex.Pointer());
1766 ScopedLock lock(active_samplers_mutex.Pointer());
1778 ScopedLock lock(active_samplers_mutex.Pointer());

Completed in 71 milliseconds