Home
last modified time | relevance | path

Searched refs:WBUF (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/nix/test/sys/
H A Dtest_aio_drop.rs23 const WBUF: &[u8] = b"CDEF"; in test_drop() consts
30 WBUF, in test_drop()
H A Dtest_aio.rs518 const WBUF: &[u8] = b"CDEF"; in sigev_signal() consts
527 WBUF, in sigev_signal()
539 assert_eq!(aiow.as_mut().aio_return().unwrap(), WBUF.len()); in sigev_signal()
580 const WBUF: &[u8] = b"CDEFG"; in test_aio_suspend() consts
590 WBUF, in test_aio_suspend()
624 assert_eq!(wcb.as_mut().aio_return().unwrap(), WBUF.len()); in test_aio_suspend()

Completed in 2 milliseconds