t_current         131 daemons/execd/execd_commands.c get_current_time(struct timespec *t_current, struct timespec *t_orig)
t_current         133 daemons/execd/execd_commands.c     clock_gettime(CLOCK_MONOTONIC, t_current);
t_current         135 daemons/execd/execd_commands.c         *t_orig = *t_current;