Searched defs:control_only (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DProcess.cpp1412 Process::WaitForEventsPrivate (const TimeValue *timeout, EventSP &event_sp, bool control_only) argument
1419 if (control_only)
3982 bool control_only = true;
3993 WaitForEventsPrivate (NULL, event_sp, control_only);
4006 control_only = true;
4010 control_only = false;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c6986 int control_only, int from_where,
8205 int control_only, int from_where,
8271 if ((control_only) || (asoc->stream_reset_outstanding))
8200 sctp_med_chunk_output(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_association *asoc, int *num_out, int *reason_code, int control_only, int from_where, struct timeval *now, int *now_filled, int frag_point, int so_locked SCTP_UNUSED ) argument

Completed in 423 milliseconds