Home
last modified time | relevance | path

Searched refs:WaitForEvent (Results 1 – 11 of 11) sorted by relevance

/trueos/sys/boot/efi/libefi/
HDdelay.c46 BS->WaitForEvent(1, &ev, &junk); in delay()
HDefi_console.c77 BS->WaitForEvent(1, &conin->WaitForKey, &junk); in efi_cons_getchar()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBListener.cpp189 SBListener::WaitForEvent (uint32_t timeout_secs, SBEvent &event) in WaitForEvent() function in SBListener
217 if (m_opaque_ptr->WaitForEvent (time_value.IsValid() ? &time_value : NULL, event_sp)) in WaitForEvent()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBListener.h60 WaitForEvent (uint32_t num_seconds,
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDListener.h81 WaitForEvent (const TimeValue *timeout,
/trueos/contrib/llvm/tools/lldb/source/Core/
HDCommunication.cpp174 while (listener.WaitForEvent (timeout_time.IsValid() ? &timeout_time : NULL, event_sp)) in Read()
HDListener.cpp479 Listener::WaitForEvent (const TimeValue *timeout, EventSP &event_sp) in WaitForEvent() function in Listener
HDDebugger.cpp3037 if (listener.WaitForEvent(NULL, event_sp)) in DefaultEventHandler()
/trueos/sys/boot/efi/include/
HDefiapi.h756 EFI_WAIT_FOR_EVENT WaitForEvent; member
/trueos/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp1472 return m_private_state_listener.WaitForEvent(timeout, event_sp); in WaitForEventsPrivate()
3551 bool got_event = halt_listener.WaitForEvent (&timeout_time, event_sp); in Halt()
5171 got_event = listener.WaitForEvent(&resume_timeout, event_sp); in RunThreadPlan()
5269 got_event = listener.WaitForEvent (timeout_ptr, event_sp); in RunThreadPlan()
5452 got_event = listener.WaitForEvent(&real_timeout, event_sp); in RunThreadPlan()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1384 if (listener.WaitForEvent (&timeout, event_sp) == false) in DoResume()
2880 if (listener.WaitForEvent (NULL, event_sp)) in AsyncThread()