Searched refs:this_test (Results 1 – 2 of 2) sorted by relevance
56 async fn this_test(ex: &URingExecutor) -> () { in one_shot() function74 ex.run_until(this_test(&ex)).unwrap(); in one_shot()79 async fn this_test(ex: &FdExecutor) -> () { in one_shot_fd() function97 ex.run_until(this_test(&ex)).unwrap(); in one_shot_fd()
1213 const char *this_test = *test++; in main() local1222 this_test); in main()1232 printf("%s: %s %s\n", result, d.program, this_test); in main()