Searched refs:async_in_progress_ (Results 1 – 4 of 4) sorted by relevance
74 if (!async_in_progress_) { in Orphan()86 DCHECK(!async_in_progress_); in Open()96 async_in_progress_ = true; in Open()100 DCHECK(!async_in_progress_); in Close()109 async_in_progress_ = true; in Close()114 DCHECK(!async_in_progress_); in Seek()128 async_in_progress_ = true; in Seek()140 async_in_progress_ = true; in GetFileInfo()144 DCHECK(!async_in_progress_); in Flush()153 async_in_progress_ = true; in Flush()[all …]
60 DCHECK(!async_in_progress_); in Read()83 DCHECK(!async_in_progress_); in Write()123 async_in_progress_ = true; in IOCompletionIsPending()132 DCHECK(async_in_progress_); in OnIOCompleted()135 async_in_progress_ = false; in OnIOCompleted()175 async_in_progress_ = false; in InvokeUserCallback()183 async_in_progress_ = false; in DeleteOrphanedContext()
35 DCHECK(!async_in_progress_); in Read()46 async_in_progress_ = true; in Read()53 DCHECK(!async_in_progress_); in Write()64 async_in_progress_ = true; in Write()
80 bool async_in_progress() const { return async_in_progress_; } in async_in_progress()222 bool async_in_progress_ = false; variable