Searched refs:exit_code (Results 1 – 1 of 1) sorted by relevance
42 int exit_code, time_remaining; in kunit_try_catch_run() local71 exit_code = try_catch->try_result; in kunit_try_catch_run()73 if (!exit_code) in kunit_try_catch_run()76 if (exit_code == -EFAULT) in kunit_try_catch_run()78 else if (exit_code == -EINTR) { in kunit_try_catch_run()84 } else if (exit_code == -ETIMEDOUT) in kunit_try_catch_run()86 else if (exit_code) in kunit_try_catch_run()87 kunit_err(test, "Unknown error: %d\n", exit_code); in kunit_try_catch_run()
Completed in 3 milliseconds