Home
last modified time | relevance | path

Searched refs:background_queue_ (Results 1 – 8 of 8) sorted by relevance

/external/cronet/tot/net/disk_cache/blockfile/
Dbackend_impl.cc152 background_queue_(this, FallbackToInternalIfNull(cache_thread)), in BackendImpl()
169 background_queue_(this, FallbackToInternalIfNull(cache_thread)), in BackendImpl()
183 background_queue_.WaitForPendingIO(); in ~BackendImpl()
187 background_queue_.DropPendingIO(); in ~BackendImpl()
190 if (background_queue_.BackgroundIsCurrentSequence()) { in ~BackendImpl()
197 background_queue_.background_thread()->PostTask( in ~BackendImpl()
207 background_queue_.Init(std::move(callback)); in Init()
311 DCHECK(background_queue_.BackgroundIsCurrentSequence()); in SyncInit()
322 DCHECK(background_queue_.BackgroundIsCurrentSequence()); in CleanupCache()
716 return background_queue_.GetWeakPtr(); in GetBackgroundQueue()
[all …]
Dentry_impl.cc698 background_queue_ = backend->GetBackgroundQueue(); in OnEntryCreated()
735 if (background_queue_.get()) in Doom()
736 background_queue_->DoomEntryImpl(this); in Doom()
740 if (background_queue_.get()) in Close()
741 background_queue_->CloseEntryImpl(this); in Close()
820 if (!background_queue_.get()) in ReadData()
823 background_queue_->ReadData(this, index, offset, buf, buf_len, in ReadData()
846 if (!background_queue_.get()) in WriteData()
849 background_queue_->WriteData(this, index, offset, buf, buf_len, truncate, in WriteData()
861 if (!background_queue_.get()) in ReadSparseData()
[all …]
Dentry_impl.h299 base::WeakPtr<InFlightBackendIO> background_queue_; // In-progress queue. variable
Dbackend_impl.h396 InFlightBackendIO background_queue_; // The controller of pending operations. variable
/external/cronet/stable/net/disk_cache/blockfile/
Dbackend_impl.cc152 background_queue_(this, FallbackToInternalIfNull(cache_thread)), in BackendImpl()
169 background_queue_(this, FallbackToInternalIfNull(cache_thread)), in BackendImpl()
183 background_queue_.WaitForPendingIO(); in ~BackendImpl()
187 background_queue_.DropPendingIO(); in ~BackendImpl()
190 if (background_queue_.BackgroundIsCurrentSequence()) { in ~BackendImpl()
197 background_queue_.background_thread()->PostTask( in ~BackendImpl()
207 background_queue_.Init(std::move(callback)); in Init()
311 DCHECK(background_queue_.BackgroundIsCurrentSequence()); in SyncInit()
322 DCHECK(background_queue_.BackgroundIsCurrentSequence()); in CleanupCache()
716 return background_queue_.GetWeakPtr(); in GetBackgroundQueue()
[all …]
Dentry_impl.cc698 background_queue_ = backend->GetBackgroundQueue(); in OnEntryCreated()
735 if (background_queue_.get()) in Doom()
736 background_queue_->DoomEntryImpl(this); in Doom()
740 if (background_queue_.get()) in Close()
741 background_queue_->CloseEntryImpl(this); in Close()
820 if (!background_queue_.get()) in ReadData()
823 background_queue_->ReadData(this, index, offset, buf, buf_len, in ReadData()
846 if (!background_queue_.get()) in WriteData()
849 background_queue_->WriteData(this, index, offset, buf, buf_len, truncate, in WriteData()
861 if (!background_queue_.get()) in ReadSparseData()
[all …]
Dentry_impl.h299 base::WeakPtr<InFlightBackendIO> background_queue_; // In-progress queue. variable
Dbackend_impl.h396 InFlightBackendIO background_queue_; // The controller of pending operations. variable