Home
last modified time | relevance | path

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

/external/lldb/source/Utility/
DKQueue.cpp47 … const struct timespec *timeout_ptr = timeout.SetRelativeTimeoutMircoSeconds32 (timeout_usec); in WaitForEvents() local
48 int result = ::kevent(fd_kqueue, NULL, 0, events, num_events, timeout_ptr); in WaitForEvents()
/external/lldb/tools/debugserver/source/
Ddebugserver.cpp1323 struct timespec attach_timeout_abstime, *timeout_ptr = NULL; in main() local
1327 timeout_ptr = &attach_timeout_abstime; in main()
1347 …sAttachWait (waitfor_pid_name.c_str(), launch_flavor, ignore_existing, timeout_ptr, waitfor_interv… in main()
1379 struct timespec attach_timeout_abstime, *timeout_ptr = NULL; in main() local
1383 timeout_ptr = &attach_timeout_abstime; in main()
1387 …nub_process_t pid = DNBProcessAttachByName (attach_pid_name.c_str(), timeout_ptr, err_str, sizeof(… in main()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h239 WaitForNotRunningPrivate (const lldb_private::TimeValue *timeout_ptr);
DGDBRemoteCommunication.cpp277 GDBRemoteCommunication::WaitForNotRunningPrivate (const TimeValue *timeout_ptr) in WaitForNotRunningPrivate() argument
279 return m_private_is_running.WaitForValueEqualTo (false, timeout_ptr, NULL); in WaitForNotRunningPrivate()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.h261 WaitForNotRunningPrivate (const lldb_private::TimeValue *timeout_ptr);
DCommunicationKDP.cpp216 CommunicationKDP::WaitForNotRunningPrivate (const TimeValue *timeout_ptr) in WaitForNotRunningPrivate() argument
218 return m_is_running.WaitForValueEqualTo (false, timeout_ptr, NULL); in WaitForNotRunningPrivate()
/external/lldb/source/Target/
DProcess.cpp4787 TimeValue* timeout_ptr = NULL; in RunThreadPlan() local
4918 timeout_ptr = &one_thread_timeout; in RunThreadPlan()
4922 timeout_ptr = NULL; in RunThreadPlan()
4924 timeout_ptr = &final_timeout; in RunThreadPlan()
4930 timeout_ptr = NULL; in RunThreadPlan()
4932 timeout_ptr = &final_timeout; in RunThreadPlan()
4943 if (timeout_ptr) in RunThreadPlan()
4947 timeout_ptr->GetAsMicroSecondsSinceJan1_1970()); in RunThreadPlan()
4955 got_event = listener.WaitForEvent (timeout_ptr, event_sp); in RunThreadPlan()