Searched refs:use_uring (Results 1 – 3 of 3) sorted by relevance
10 use crate::uring_executor::use_uring;128 if use_uring() { in new()
137 if uring_executor::use_uring() { in run_one()
118 pub(crate) fn use_uring() -> bool { in use_uring() function