Searched defs:URingExecutor (Results 1 – 5 of 5) sorted by relevance
240 async fn go(ex: &URingExecutor) { in readmulti()278 async fn write_event(ev: Event, wait: Event, ex: &URingExecutor) { in event()288 async fn read_events(ev: Event, signal: Event, ex: &URingExecutor) { in event()321 async fn do_test(ex: &URingExecutor) { in pend_on_pipe()347 async fn go(ex: &URingExecutor) { in range_error()375 async fn go(ex: &URingExecutor) { in fallocate()414 async fn go(ex: &URingExecutor) { in fsync()430 async fn go(ex: &URingExecutor) { in wait_read()446 async fn go(ex: &URingExecutor) { in writemulti()
53 async fn this_test(ex: &URingExecutor) { in one_shot()
898 pub struct URingExecutor { struct902 impl URingExecutor { impl954 impl AsRawDescriptor for URingExecutor { implementation
31 ex: &URingExecutor, in async_uring_from()
134 URingExecutor(sys::unix::uring_executor::Error), enumerator