Home | History | Annotate | Download | only in MacOSX

Lines Matching full:timeout_abstime

401 MachProcess::Kill (const struct timespec *timeout_abstime)
433 MachProcess::Signal (int signal, const struct timespec *timeout_abstime)
435 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Signal (signal = %d, timeout = %p)", signal, timeout_abstime);
440 if (IsRunning(state) && timeout_abstime)
442 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Signal (signal = %d, timeout = %p) waiting for signal to stop process...", signal, timeout_abstime);
443 m_private_events.WaitForSetEvents(eEventProcessStoppedStateChanged, timeout_abstime);
445 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Signal (signal = %d, timeout = %p) state = %s", signal, timeout_abstime, DNBStateAsString(state));
448 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::Signal (signal = %d, timeout = %p) not waiting...", signal, timeout_abstime);