Lines Matching defs:when
45 time_t when;
64 * rely on the fact that ptask->req is set to zero when a new timer is
65 * created. This way we guarantee that the condition is true only when
138 test_ctx->when = get_current_time();
165 test_ctx->when = get_current_time();
189 test_ctx->when = get_current_time();
243 test_ctx->when = get_current_time();
265 test_ctx->when = get_current_time();
387 assert_true(now <= test_ctx->when);
388 assert_true(ptask->last_execution <= test_ctx->when);
414 assert_true(now + DELAY <= test_ctx->when);
415 assert_true(ptask->last_execution <= test_ctx->when);
469 assert_true(now <= test_ctx->when);
470 assert_true(ptask->last_execution <= test_ctx->when);
504 assert_true(now + DELAY <= test_ctx->when);
505 assert_true(ptask->last_execution <= test_ctx->when);
626 assert_true(now <= test_ctx->when);
627 assert_true(ptask->last_execution <= test_ctx->when);
746 * is the closest value to the timestamp when the next event is
753 assert_true(now_first <= test_ctx->when);
754 assert_true(ptask->last_execution <= test_ctx->when);
770 assert_true(now_backoff + PERIOD <= test_ctx->when);
771 assert_true(ptask->last_execution <= test_ctx->when);
841 assert_true(now <= test_ctx->when);
842 assert_true(ptask->last_execution <= test_ctx->when);
871 assert_true(now <= test_ctx->when);
872 assert_true(ptask->last_execution <= test_ctx->when);
931 * is the closest value to the timestamp when the next event is
938 assert_true(now_first <= test_ctx->when);
939 assert_true(ptask->last_execution <= test_ctx->when);
955 assert_true(now_backoff + PERIOD <= test_ctx->when);
956 assert_true(ptask->last_execution <= test_ctx->when);