Home
last modified time | relevance | path

Searched refs:async_in_progress_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/base/
H A Dfile_stream_context.cc74 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 …]
H A Dfile_stream_context_win.cc60 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()
H A Dfile_stream_context_posix.cc35 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()
H A Dfile_stream_context.h80 bool async_in_progress() const { return async_in_progress_; } in async_in_progress()
222 bool async_in_progress_ = false; variable