Searched defs:when (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/cmocka/
H A Dtest_be_ptask.c45 time_t when; member in struct:test_ctx
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);
[all...]

Completed in 1877 milliseconds