Home
last modified time | relevance | path

Searched refs:kunit_try_catch_throw (Results 1 – 5 of 5) sorted by relevance

/linux/lib/kunit/
A Dtry-catch.c17 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch) in kunit_try_catch_throw() function
22 EXPORT_SYMBOL_GPL(kunit_try_catch_throw);
A Dkunit-test.c52 kunit_try_catch_throw(try_catch); in kunit_test_unsuccessful_try()
A Dtest.c267 kunit_try_catch_throw(&test->try_catch); /* Does not return. */ in kunit_abort()
/linux/include/kunit/
A Dtry-catch.h58 void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch);
A Dtest.h711 kunit_try_catch_throw(&((test_or_suite)->try_catch)); \

Completed in 34 milliseconds