seriesout_ = init.DFL().AddDataFile(actionArgs.GetStringKey("seriesout"), actionArgs); init.DSL().SetDataSetsPending(true);if(saveNonNative_) seriesNNout_ = init.DFL().AddDataFile(actionArgs.GetStringKey("seriesnnout"), actionArgs);std::stringrs_arg = actionArgs.GetStringKey("resseries...
infofile_ = DFL->AddCpptrajFile(infoname,"SPAM info");if(infofile_ ==0)returnAction::ERR;// The default maskstr is the Oxygen atom of the solventsummaryfile_ = actionArgs.GetStringKey("summary");// Divide site size by 2 to make it half the edge length (or radius)site_size_ = ...
(handler == SIG_DFL && sig_kernel_ignore(sig)); } static bool sig_task_ignored(struct task_struct *t, int sig, bool force) { void __user *handler; handler = sig_handler(t, sig); /* SIGKILL and SIGSTOP may not be sent to the global init */ if (unlikely(is_global_init(t)...
(w->signum, SIG_DFL); } EV_FREQUENT_CHECK; } #endif #if EV_CHILD_ENABLE void ev_child_start (EV_P_ ev_child *w) EV_THROW { #if EV_MULTIPLICITY assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr)); #endif if (expect_false...
signum:信号的编号,可以直接写数字,也可以使用系统提供的宏(SIG_IGN 忽略信号、SIG_DFL 恢复信号默认的处理方式) handler:函数指针,即指定函数的函数名 返回值 :之前信号的处理方式 在有些早期Unix系统中,向内核注册的信号处理函数在执行一次后会被恢复成默认的处理方式,如果想继续使用该信号处理函数,就得在每次的...
}// Check that the numerical extension is valid.if( !validInteger(ReplicaExt_) ) { mprinterr("Error: Replica extension [%s] is not an integer.\n", ReplicaExt_.c_str()); Prefix_.clear();// Empty Prefix_ indicates error.return; ...