Searched refs:timeout_ptr (Results 1 – 7 of 7) sorted by relevance
/external/lldb/source/Utility/ |
D | KQueue.cpp | 47 … 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/ |
D | debugserver.cpp | 1323 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/ |
D | GDBRemoteCommunication.h | 239 WaitForNotRunningPrivate (const lldb_private::TimeValue *timeout_ptr);
|
D | GDBRemoteCommunication.cpp | 277 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/ |
D | CommunicationKDP.h | 261 WaitForNotRunningPrivate (const lldb_private::TimeValue *timeout_ptr);
|
D | CommunicationKDP.cpp | 216 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/ |
D | Process.cpp | 4787 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()
|