Searched refs:secs_till_notify (Results 1 – 2 of 2) sorted by relevance
210 test_name, env.secs_till_notify); in watchdog_timer_func()211 timeout.it_value.tv_sec = env.secs_till_kill - env.secs_till_notify; in watchdog_timer_func()233 if (env.secs_till_notify > 0) { in watchdog_start()235 timeout.it_value.tv_sec = env.secs_till_notify; in watchdog_start()1175 if (env->secs_till_kill < env->secs_till_notify) { in parse_arg()1176 env->secs_till_notify = 0; in parse_arg()2050 env.secs_till_notify = 10; in main()
139 int secs_till_notify; member