Searched refs:time_started (Results 1 – 3 of 3) sorted by relevance
106 time_t time_started; /* time of last start */ member
192 svc->time_started = 0; in service_start()387 svc->time_started = gettime(); in service_start()459 time_t next_start_time = svc->time_started + 5; in restart_service_if_needed()
2228 time_t time_started; member2257 double elapsed_time = difftime(time_now.tv_sec, data->time_started);2489 struct timespec time_started = {0}; local2490 if (clock_gettime(CLOCK_MONOTONIC, &time_started)) {2494 data.time_started = time_started.tv_sec;2604 data.time_started = time(NULL);