Searched refs:pending_allocation_mutex_ (Results 1 – 6 of 6) sorted by relevance
141 return &pending_allocation_mutex_; in pending_allocation_mutex()163 base::SharedMutex pending_allocation_mutex_; variable
473 base::SharedMutexGuard<base::kExclusive> guard(&pending_allocation_mutex_); in NON_EXPORTED_BASE()482 return &pending_allocation_mutex_; in NON_EXPORTED_BASE()506 base::SharedMutex pending_allocation_mutex_; in NON_EXPORTED_BASE() local
314 base::SharedMutexGuard<base::kExclusive> guard(&pending_allocation_mutex_); in NON_EXPORTED_BASE()321 return &pending_allocation_mutex_; in NON_EXPORTED_BASE()430 base::SharedMutex pending_allocation_mutex_; in NON_EXPORTED_BASE() local
488 base::SharedMutexGuard<base::kExclusive> guard(&pending_allocation_mutex_); in UpdatePendingObject()
539 base::SharedMutexGuard<base::kExclusive> guard(&pending_allocation_mutex_); in UpdateLinearAllocationArea()
315 optional_guard.emplace(&pending_allocation_mutex_); in SetTopAndLimit()