Home
last modified time | relevance | path

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

/system/utest/fit/
A Dscheduler_tests.cpp301 fit::suspended_task::ticket t3 = scheduler.obtain_ticket(); in take_all_tasks() local
303 scheduler.duplicate_ticket(t3); in take_all_tasks()
304 scheduler.finalize_ticket(t3, &p3); in take_all_tasks()
306 p3 = scheduler.release_ticket(t3); in take_all_tasks()
/system/utest/async-loop/
A Dloop_tests.cpp500 zx::time t3 = zx::clock::get_monotonic(); in time_test() local
504 EXPECT_LE(t2.get(), t3.get()); in time_test()

Completed in 10 milliseconds