Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp108 // Wait until 'timeout_abstime' for any events that are set in
109 // 'mask'. If 'timeout_abstime' is NULL, then wait forever.
112 const struct timespec *timeout_abstime, in WaitForSetEvents()
115 // __FUNCTION__, mask, timeout_abstime); in WaitForSetEvents()
129 if (timeout_abstime) { in WaitForSetEvents()
135 m_mutex.Mutex(), timeout_abstime); in WaitForSetEvents()
151 const struct timespec *timeout_abstime) const {
153 return WaitForEventsImpl(mask, timeout_abstime, predicate); in WaitForEventsToReset()
157 const uint32_t mask, const struct timespec *timeout_abstime) const { in WaitForEventsToReset()
159 return WaitForEventsImpl(mask, timeout_abstime, predicat in WaitForEventsToReset()
[all...]
H A DPThreadEvent.h37 const struct timespec *timeout_abstime = NULL) const;
40 const struct timespec *timeout_abstime = NULL) const;
45 const struct timespec *timeout_abstime = NULL) const;
60 const struct timespec *timeout_abstime,
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.cpp713 bool ignore_existing, struct timespec *timeout_abstime, in DNBProcessAttachWait()
787 if (timeout_abstime != NULL) { in DNBProcessAttachWait()
790 if (DNBTimer::TimeOfDayLaterThan(*timeout_abstime)) { in DNBProcessAttachWait()
851 waitfor_pid = DNBProcessAttach(waitfor_pid, timeout_abstime, in DNBProcessAttachWait()
705 DNBProcessAttachWait(RNBContext * ctx,const char * waitfor_process_name,bool ignore_existing,struct timespec * timeout_abstime,useconds_t waitfor_interval,char * err_str,size_t err_len,DNBShouldCancelCallback should_cancel_callback,void * callback_data) DNBProcessAttachWait() argument
H A DRNBRemote.cpp1190 struct timespec timeout_abstime; in StopReadRemoteDataThread()
1191 DNBTimer::OffsetTimeOfDay(&timeout_abstime, 2, 0); in StopReadRemoteDataThread()
1195 &timeout_abstime) == 0) { in StopReadRemoteDataThread()
1192 struct timespec timeout_abstime; StopReadRemoteDataThread() local
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h168 bool Signal(int signal, const struct timespec *timeout_abstime = NULL);
171 bool Kill(const struct timespec *timeout_abstime = NULL);
H A DMachProcess.mm1540 bool MachProcess::Kill(const struct timespec *timeout_abstime) {
1605 bool MachProcess::Signal(int signal, const struct timespec *timeout_abstime) {
1608 static_cast<const void *>(timeout_abstime));
1612 if (IsRunning(state) && timeout_abstime) {
1617 signal, static_cast<const void *>(timeout_abstime));
1619 timeout_abstime);
1624 static_cast<const void *>(timeout_abstime), DNBStateAsString(state));
1630 signal, static_cast<const void *>(timeout_abstime));