Home
last modified time | relevance | path

Searched refs:timeout_abstime (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp112 const struct timespec *timeout_abstime) const { in WaitForSetEvents()
129 if (timeout_abstime) { in WaitForSetEvents()
134 m_mutex.Mutex(), timeout_abstime); in WaitForSetEvents()
153 const uint32_t mask, const struct timespec *timeout_abstime) const { in WaitForEventsToReset()
170 if (timeout_abstime) { in WaitForEventsToReset()
175 m_mutex.Mutex(), timeout_abstime); in WaitForEventsToReset()
188 const struct timespec *timeout_abstime) const { in WaitForResetAck()
192 return WaitForEventsToReset(mask & m_reset_ack_mask, timeout_abstime); in WaitForResetAck()
H A DPThreadEvent.h36 const struct timespec *timeout_abstime = NULL) const;
39 const struct timespec *timeout_abstime = NULL) const;
44 const struct timespec *timeout_abstime = NULL) const;
H A DRNBContext.cpp116 struct timespec timeout_abstime; in StopProcessStatusThread() local
117 DNBTimer::OffsetTimeOfDay(&timeout_abstime, 2, 0); in StopProcessStatusThread()
120 &timeout_abstime) == in StopProcessStatusThread()
H A DDNB.cpp683 bool ignore_existing, struct timespec *timeout_abstime, in DNBProcessAttachWait() argument
758 if (timeout_abstime != NULL) { in DNBProcessAttachWait()
761 if (DNBTimer::TimeOfDayLaterThan(*timeout_abstime)) { in DNBProcessAttachWait()
788 waitfor_pid = DNBProcessAttach(waitfor_pid, timeout_abstime, in DNBProcessAttachWait()
H A DRNBRemote.cpp1138 struct timespec timeout_abstime; in StopReadRemoteDataThread() local
1139 DNBTimer::OffsetTimeOfDay(&timeout_abstime, 2, 0); in StopReadRemoteDataThread()
1143 &timeout_abstime) == 0) { in StopReadRemoteDataThread()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h161 bool Signal(int signal, const struct timespec *timeout_abstime = NULL);
164 bool Kill(const struct timespec *timeout_abstime = NULL);
H A DMachProcess.mm1449 bool MachProcess::Kill(const struct timespec *timeout_abstime) {
1514 bool MachProcess::Signal(int signal, const struct timespec *timeout_abstime) {
1517 static_cast<const void *>(timeout_abstime));
1521 if (IsRunning(state) && timeout_abstime) {
1526 signal, static_cast<const void *>(timeout_abstime));
1528 timeout_abstime);
1533 static_cast<const void *>(timeout_abstime), DNBStateAsString(state));
1539 signal, static_cast<const void *>(timeout_abstime));