Home
last modified time | relevance | path

Searched refs:tear_down (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/tests/vm/
H A Dvm_mte_reclamation_withmte.c58 tear_down(void) in tear_down() function
149 T_ATEND(tear_down);
H A Dvm_allocation.c76 test_fn_t tear_down; member
103 …uite(const char * name, int numoftests, test_fn_t set_up, unit_test_t * tests, test_fn_t tear_down) in create_suite() argument
112 suite->tear_down = tear_down; in create_suite()
161 suite->tear_down(); in run_test()
273 #define run_suite(set_up, tests, tear_down, ...) \ argument
274 _run_suite((sizeof(tests) / sizeof(tests[0])), (set_up), (tests), (tear_down), __VA_ARGS__)
278 void _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char …
282 _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char * for… in _run_suite() argument
290 suite_t * suite = create_suite(name, numoftests, set_up, tests, tear_down); in _run_suite()
/xnu-12377.61.12/tests/
H A Darm_mte_stress.c225 tear_down(void) in tear_down() function
314 T_ATEND(tear_down);