Searched refs:read_write_file (Results 1 – 3 of 3) sorted by relevance
142 dir.read_write_file(c"counter", Atomic::<usize>::new(0)) in build_counter()146 dir.read_write_file(c"pair", new_mutex!(Inner { x: 3, y: 10 })) in build_inner()
89 dir.read_write_file(&name, val); in create_file_write()
250 pub fn read_write_file<'a, T, E: 'a>( in read_write_file() method599 pub fn read_write_file<T: Writer + Reader + Send + Sync + 'static>( in read_write_file() method