timespec 85 daemons/execd/execd_commands.c struct timespec t_first_run; // When op first ran timespec 86 daemons/execd/execd_commands.c struct timespec t_run; // When op most recently ran timespec 87 daemons/execd/execd_commands.c struct timespec t_first_queue; // When op was first queued timespec 88 daemons/execd/execd_commands.c struct timespec t_queue; // When op was most recently queued timespec 116 daemons/execd/execd_commands.c time_is_set(struct timespec *timespec) timespec 118 daemons/execd/execd_commands.c return (timespec != NULL) && timespec 119 daemons/execd/execd_commands.c ((timespec->tv_sec != 0) || (timespec->tv_nsec != 0)); timespec 130 daemons/execd/execd_commands.c get_current_time(struct timespec *t_current, struct timespec *t_orig) timespec 151 daemons/execd/execd_commands.c time_diff_ms(struct timespec *now, struct timespec *old) timespec 156 daemons/execd/execd_commands.c struct timespec local_now = { 0, }; timespec 320 lib/common/logging.c typedef struct timespec *log_time_t; timespec 670 lib/common/strings.c struct timespec after_t; timespec 671 lib/common/strings.c struct timespec before_t;