Searched refs:mach_assert_zero_t (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 67 #define mach_assert_zero_t(tid, error) do { if ((error) != 0) { fprintf(stderr, "[FAIL] Thread %d e… macro 330 mach_assert_zero_t(0, kr); in rt_churn_thread_setup() 342 mach_assert_zero_t(0, kr); in rt_churn_thread() 355 mach_assert_zero_t(0, kr); in rt_churn_thread() 365 mach_assert_zero_t(0, kr); in wait_for_rt_churn_threads() 374 mach_assert_zero_t(0, kr); in start_rt_churn_threads() 516 mach_assert_zero_t(my_id, kr); in thread_setup() 535 mach_assert_zero_t(my_id, kr); in thread_setup() 594 mach_assert_zero_t(my_id, kr); in worker_thread() 611 mach_assert_zero_t(my_id, kr); in worker_thread() [all …]
|