Searched refs:timer (Results 1 - 5 of 5) sorted by relevance

/sssd/src/providers/
H A Dbe_ptask_private.h44 struct tevent_timer *timer; /* active tevent timer */ member in struct:be_ptask
H A Dbe_ptask.c111 task->timer = NULL; /* timer is freed by tevent */
246 if (task->timer != NULL) {
247 DEBUG(SSSDBG_MINOR_FAILURE, "Task [%s]: another timer is already "
249 talloc_zfree(task->timer);
252 task->timer = tevent_add_timer(task->ev, task, tv, be_ptask_execute, task);
253 if (task->timer == NULL) {
372 talloc_zfree(task->timer);
/sssd/src/tests/cmocka/
H A Dtest_be_ptask.c64 * rely on the fact that ptask->req is set to zero when a new timer is
380 assert_non_null(ptask->timer);
407 assert_non_null(ptask->timer);
432 assert_non_null(ptask->timer);
436 assert_null(ptask->timer);
456 assert_non_null(ptask->timer);
462 assert_non_null(ptask->timer);
488 assert_non_null(ptask->timer);
527 assert_non_null(ptask->timer);
538 assert_non_null(ptask->timer);
[all...]
/sssd/src/providers/proxy/
H A Dproxy.h128 struct tevent_timer *timer; member in struct:proxy_child_ctx
/sssd/src/monitor/
H A Dmonitor.c140 struct tevent_timer *timer; member in struct:config_file_ctx
1815 file_ctx->timer = tevent_add_timer(ev, file_ctx->parent_ctx, tv,
1817 if (!file_ctx->timer) {
2002 if(!ctx->file_ctx->timer) {
2006 ctx->file_ctx->timer = tevent_add_timer(ctx->ev, mem_ctx, tv,
2008 if (!ctx->file_ctx->timer) {

Completed in 296 milliseconds