Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/memory_utils/libdmabufheap/src/
Ddmabuf_alloc.c122 struct dma_buf_sync sync = {0}; in DmabufHeapBufferSyncStart() local
134 struct dma_buf_sync sync = {0}; in DmabufHeapBufferSyncEnd() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dentry.rs32 mod sync; module
/commonlibrary/c_utils/base/src/
Dmapped_file.cpp294 ErrCode MappedFile::Resize(off_t newSize, bool sync) in Resize()