Home
last modified time | relevance | path

Searched refs:SyncFlush (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.h267 return async_buffer_stream_->SyncFlush(AsyncBufferStream::AsyncFlushFlag::kFlushBlocking); in FlushAsyncWriteBuffer()
325 Status SyncFlush(AsyncFlushFlag flag);
Dcache_client.cc413 RETURN_IF_NOT_OK(SyncFlush(AsyncFlushFlag::kCallerHasXLock)); in AsyncWrite()
421 Status CacheClient::AsyncBufferStream::SyncFlush(AsyncFlushFlag flag) { in SyncFlush() function in mindspore::dataset::CacheClient::AsyncBufferStream