Lines Matching +full:tcs +full:- +full:wait

40 #include <atf-c++.hpp>
95 /// \param timers Pointers to all the timers to wait for.
105 if (timer->fired()) in wait_timers()
167 ATF_REQUIRE(!timers[i]->fired()); in ATF_TEST_CASE_BODY()
189 ATF_REQUIRE(!timers[timers.size() - 1]->fired()); in ATF_TEST_CASE_BODY()
194 ATF_REQUIRE(!timers[timers.size() - 1]->fired()); in ATF_TEST_CASE_BODY()
199 ATF_REQUIRE(!timers[timers.size() - 1]->fired()); in ATF_TEST_CASE_BODY()
204 ATF_REQUIRE(!timers[timers.size() - 1]->fired()); in ATF_TEST_CASE_BODY()
244 timers[1]->unprogram(); delete timers[1]; timers.erase(timers.begin() + 1); in ATF_TEST_CASE_BODY()
247 timers[2]->unprogram(); delete timers[2]; timers.erase(timers.begin() + 2); in ATF_TEST_CASE_BODY()
274 ATF_REQUIRE(!timers[timers.size() - 1]->fired()); in ATF_TEST_CASE_BODY()
279 ATF_REQUIRE(!timers[timers.size() - 1]->fired()); in ATF_TEST_CASE_BODY()
322 timer->unprogram(); in ATF_TEST_CASE_BODY()
343 timer1->unprogram(); delete timer1; in ATF_TEST_CASE_BODY()
350 while (!timer2->fired()) in ATF_TEST_CASE_BODY()
352 timer2->unprogram(); delete timer2; in ATF_TEST_CASE_BODY()
397 // We don't know what this resolution is but we must wait for longer in ATF_TEST_CASE_BODY()
414 ATF_INIT_TEST_CASES(tcs) in ATF_INIT_TEST_CASES() argument
416 ATF_ADD_TEST_CASE(tcs, program_seconds); in ATF_INIT_TEST_CASES()
417 ATF_ADD_TEST_CASE(tcs, program_useconds); in ATF_INIT_TEST_CASES()
418 ATF_ADD_TEST_CASE(tcs, multiprogram_ordered); in ATF_INIT_TEST_CASES()
419 ATF_ADD_TEST_CASE(tcs, multiprogram_reorder_next_activations); in ATF_INIT_TEST_CASES()
420 ATF_ADD_TEST_CASE(tcs, multiprogram_and_cancel_some); in ATF_INIT_TEST_CASES()
421 ATF_ADD_TEST_CASE(tcs, multiprogram_and_expire_before_activations); in ATF_INIT_TEST_CASES()
422 ATF_ADD_TEST_CASE(tcs, expire_before_firing); in ATF_INIT_TEST_CASES()
423 ATF_ADD_TEST_CASE(tcs, reprogram_from_scratch); in ATF_INIT_TEST_CASES()
424 ATF_ADD_TEST_CASE(tcs, unprogram); in ATF_INIT_TEST_CASES()
425 ATF_ADD_TEST_CASE(tcs, infinitesimal); in ATF_INIT_TEST_CASES()