Home
last modified time | relevance | path

Searched refs:guard_ (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/heap/
Dlocal-heap.h221 base::Mutex* guard_; variable
225 : guard_(guard) { in ParkedMutexGuard()
227 guard_->Lock(); in ParkedMutexGuard()
230 ~ParkedMutexGuard() { guard_->Unlock(); } in ~ParkedMutexGuard()
Dpaged-spaces.h308 guard_.emplace(&space->space_mutex_); in NON_EXPORTED_BASE()
312 base::Optional<base::MutexGuard> guard_; in NON_EXPORTED_BASE() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi.cc62 std::lock_guard<std::mutex> lock(guard_); in Execute()
71 std::lock_guard<std::mutex> lock(guard_); in Reset()
82 mutable std::mutex guard_; member in tflite::gpu::gl::__anon13391a250111::InferenceContextImpl
98 std::lock_guard<std::mutex> lock(guard_); in Execute()
150 std::lock_guard<std::mutex> lock(guard_); in Reset()
166 mutable std::mutex guard_; member in tflite::gpu::gl::__anon13391a250111::InferenceContextWithBatchImpl
/external/v8/src/wasm/
Dwasm-import-wrapper-cache.h57 : cache_(cache), guard_(&cache->mutex_) {} in ModificationScope()
63 base::MutexGuard guard_; variable
/external/v8/src/heap/cppgc/
Dmarking-worklists.h140 explicit ConditionalMutexGuard(v8::base::Mutex* lock) : guard_(lock) {}
143 v8::base::MutexGuard guard_;
/external/v8/src/common/
Dassert-scope.h211 : guard_(mutex), mutex_(mutex), no_gc_(new DisallowHeapAllocation()) {}
223 base::MutexGuard guard_;