Searched refs:secs_till_kill (Results 1 – 2 of 2) sorted by relevance
211 timeout.it_value.tv_sec = env.secs_till_kill - env.secs_till_notify; in watchdog_timer_func()220 test_name, env.secs_till_kill); in watchdog_timer_func()231 if (env.secs_till_kill == 0) in watchdog_start()238 timeout.it_value.tv_sec = env.secs_till_kill; in watchdog_start()1170 env->secs_till_kill = atoi(arg); in parse_arg()1171 if (env->secs_till_kill < 0) { in parse_arg()1175 if (env->secs_till_kill < env->secs_till_notify) { in parse_arg()2051 env.secs_till_kill = 120; in main()
140 int secs_till_kill; member