Searched refs:_assert_increasing (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/recount/ |
| H A D | recount_tests.c | 133 _assert_increasing(struct usr_sys_times *before, struct usr_sys_times *after, in _assert_increasing() function 150 _assert_increasing(&init, &thread_active, name, in test_usr_sys_time_sanity() 157 _assert_increasing(&thread_active, &thread_top_active, name, in test_usr_sys_time_sanity() 163 _assert_increasing(&thread_top_active, &thread_top_gone, name, in test_usr_sys_time_sanity() 169 _assert_increasing(&thread_top_gone, &thread_gone, name, in test_usr_sys_time_sanity()
|