Lines Matching defs:mutex
14 #include "src/base/platform/mutex.h"
208 base::MutexGuard guard(&queue->mutex);
222 big_units_guard.emplace(&big_units_queue_.mutex);
246 base::MutexGuard guard(&queue->mutex);
303 base::Mutex mutex;
308 // Protected by {mutex}:
322 base::Mutex mutex;
324 // All fields below are protected by {mutex}.
360 base::MutexGuard mutex_guard(&queue->mutex);
393 base::MutexGuard guard(&big_units_queue_.mutex);
411 base::MutexGuard mutex_guard(&queue->mutex);
456 base::MutexGuard guard(&steal_queue->mutex);
465 base::MutexGuard guard(&queue->mutex);
482 base::MutexGuard guard(&steal_queue->mutex);
498 base::MutexGuard guard(&queue->mutex);
713 // This mutex protects all information of this {CompilationStateImpl} which is
740 // This mutex protects the callbacks vector, and the counters used to
1254 base::MutexGuard mutex_guard(&module->type_feedback.mutex);
1401 base::MutexGuard mutex_guard(&module->type_feedback.mutex);
3313 // Hold the mutex as long as possible, to synchronize between multiple
3684 // the mutex, because even if we have finished baseline compilation,