Home
last modified time | relevance | path

Searched refs:added_time (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.h20 extern void increment_mock_time(uint64_t added_time);
H A Dsched_runqueue_harness.c37 increment_mock_time(uint64_t added_time) in increment_mock_time() argument
39 set_mock_time(_curr_time + added_time); in increment_mock_time()