Searched refs:secs_till_notify (Results 1 – 2 of 2) sorted by relevance
205 test_name, env.secs_till_notify); in watchdog_timer_func()206 timeout.it_value.tv_sec = env.secs_till_kill - env.secs_till_notify; in watchdog_timer_func()228 if (env.secs_till_notify > 0) { in watchdog_start()230 timeout.it_value.tv_sec = env.secs_till_notify; in watchdog_start()1131 if (env->secs_till_kill < env->secs_till_notify) { in parse_arg()1132 env->secs_till_notify = 0; in parse_arg()1934 env.secs_till_notify = 10; in main()
136 int secs_till_notify; member