Searched refs:no_sig_chain_ (Results 1 – 2 of 2) sorted by relevance
282 no_sig_chain_(false), in Runtime()868 CHECK(!no_sig_chain_) << "A started runtime should have sig chain enabled"; in Start()1518 no_sig_chain_ = runtime_options.Exists(Opt::NoSigChain); in Init()1684 if (!no_sig_chain_) { in Init()
1255 bool no_sig_chain_; variable