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

/sssd/src/util/
H A Dutil_watchdog.c114 struct sigevent sev; local
119 ZERO_STRUCT(sev);
122 sev.sigev_notify = SIGEV_SIGNAL;
123 sev.sigev_signo = signum;
124 sev.sigev_value.sival_ptr = &watchdog_ctx.timerid;
126 ret = timer_create(CLOCK_MONOTONIC, &sev, &watchdog_ctx.timerid);

Completed in 1675 milliseconds