Home
last modified time | relevance | path

Searched refs:no_sig_chain_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc206 no_sig_chain_(false), in Runtime()
544 CHECK(!no_sig_chain_) << "A started runtime should have sig chain enabled"; in Start()
960 no_sig_chain_ = runtime_options.Exists(Opt::NoSigChain); in Init()
1075 if (!no_sig_chain_) { in Init()
Druntime.h821 bool no_sig_chain_; variable