Searched refs:default_action (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Dtime.c81 goto default_action;
100 goto default_action;
129 default_action:
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DDebug.h49 ResumeActionList (lldb::StateType default_action, int signal) : argument
53 SetDefaultThreadActionIfNeeded (default_action, signal);
142 ResumeAction default_action = {LLDB_INVALID_THREAD_ID, action, signal }; local
143 m_actions.push_back (default_action);
/freebsd-11.0-release/contrib/gdb/gdb/gdbserver/
H A Dserver.c156 struct thread_resume *resume_info, default_action; local
172 default_action.thread = -1;
173 default_action.leave_stopped = 1;
174 default_action.step = 0;
175 default_action.sig = 0;
213 default_action = resume_info[i];
231 resume_info[i] = default_action;

Completed in 82 milliseconds