Home
last modified time | relevance | path

Searched defs:async_cancel (Results 1 – 3 of 3) sorted by relevance

/external/liburing/test/
Dfutex.c69 int async_cancel) in __test()
152 int async_cancel = (!i % 2); in test() local
Dio-cancel.c94 static int start_cancel(struct io_uring *ring, int do_partial, int async_cancel) in start_cancel()
130 int async_cancel) in test_io_cancel()
/external/crosvm/io_uring/src/
During.rs614 pub fn async_cancel(&self, addr: UserData, user_data: UserData) -> Result<()> { in async_cancel() method