Searched refs:arg_default_timeout_stop_usec (Results 1 – 1 of 1) sorted by relevance
135 static usec_t arg_default_timeout_stop_usec; variable627 … config_parse_sec, 0, &arg_default_timeout_stop_usec }, in parse_config_file()692 if (arg_default_timeout_stop_usec <= 0) in parse_config_file()693 arg_default_timeout_stop_usec = USEC_INFINITY; in parse_config_file()710 m->default_timeout_stop_usec = arg_default_timeout_stop_usec; in set_manager_defaults()1463 xsprintf(timeout, "%" PRI_USEC "us", arg_default_timeout_stop_usec); in become_shutdown()1771 broadcast_signal(SIGTERM, false, true, arg_default_timeout_stop_usec); in do_reexecute()2371 arg_default_timeout_stop_usec = DEFAULT_TIMEOUT_USEC; in reset_arguments()