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