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

/systemd/src/test/
H A Dtest-time.c102 assert_se(u == NSEC_INFINITY);
104 assert_se(u == NSEC_INFINITY);
/systemd/src/basic/
H A Dtime-util.h43 #define NSEC_INFINITY ((nsec_t) -1) macro
H A Dtime-util.c139 return NSEC_INFINITY;
862 *nsec = NSEC_INFINITY;
/systemd/src/core/
H A Dmain.c119 static nsec_t arg_timer_slack_nsec = NSEC_INFINITY;
1679 if (arg_timer_slack_nsec != NSEC_INFINITY)
H A Dexecute.c1631 if (context->timer_slack_nsec != NSEC_INFINITY)
2167 c->timer_slack_nsec = NSEC_INFINITY;
2515 if (c->timer_slack_nsec != NSEC_INFINITY)
H A Ddbus-execute.c271 if (c->timer_slack_nsec != NSEC_INFINITY)

Completed in 45 milliseconds