Searched defs:this_test (Results 1 – 6 of 6) sorted by relevance
61 async fn this_test(ex: &Executor) { in timer() function78 async fn this_test(ex: &Arc<RawExecutor<UringReactor>>) { in one_shot() function97 async fn this_test(ex: &Arc<RawExecutor<EpollReactor>>) { in one_shot_fd() function
421 async fn this_test() { in async_commit() function441 async fn this_test(ex: &TestExecutor) { in consumption_rate_async() function
983 async fn this_test() { in async_commit() function1001 async fn this_test(ex: &TestExecutor) { in consumption_rate_async() function
27 async fn this_test(ex: &Executor) { in timer() function
358 async fn this_test(send: mpsc::Sender<i32>) { in run_future() function
1220 const char *this_test = *test++; in main() local