Home
last modified time | relevance | path

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

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