Home
last modified time | relevance | path

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

/drstd/src/std/
H A Dmod.rs115 pub mod sync; module
/drstd/src/std/os/wasi/
H A Dfs.rs347 fn sync(&mut self, sync: bool) -> &mut Self; in sync() method
397 fn sync(&mut self, enabled: bool) -> &mut OpenOptions { in sync() method
/drstd/src/std/sys/wasi/
H A Dfd.rs113 pub fn sync(&self) -> io::Result<()> { in sync() method
H A Dfs.rs333 pub fn sync(&mut self, set: bool) { in sync() method
/drstd/dlibc/src/unix/header/unistd/
H A Dmod.rs638 pub extern "C" fn sync() { in sync() function
/drstd/dlibc/src/unix/
H A Dmod.rs1620 pub mod sync; module
/drstd/dlibc/src/unix/platform/linux/
H A Dmod.rs4469 pub fn sync(); in sync() function
/drstd/dlibc/src/unix/platform/dragonos/
H A Dmod.rs4646 pub fn sync(); in sync() function