Home
last modified time | relevance | path

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

/commonlibrary/memory_utils/libdmabufheap/src/
Ddmabuf_alloc.c140 struct dma_buf_sync sync = {0}; in DmabufHeapBufferSyncStart() local
152 struct dma_buf_sync sync = {0}; in DmabufHeapBufferSyncEnd() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dentry.rs41 mod sync; module
/commonlibrary/c_utils/base/src/
Dmapped_file.cpp290 ErrCode MappedFile::Resize(off_t newSize, bool sync) in Resize()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dinput.rs89 let mut sync = sender.settings.lock().unwrap(); in poll() localVariable