Searched refs:num_async_reads_and_writes_ (Results 1 – 2 of 2) sorted by relevance
66 num_async_reads_and_writes_ += static_cast<int>(!sync); in Read()120 num_async_reads_and_writes_ += static_cast<int>(!sync); in Write()287 return (num_async_reads_and_writes_ >= kMaxAsyncReadsAndWrites); in ForceSync()
128 int num_async_reads_and_writes_ = 0; variable