Searched refs:WaitForEvent (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/boot/efi/libefi/ |
| HD | delay.c | 46 BS->WaitForEvent(1, &ev, &junk); in delay()
|
| HD | efi_console.c | 77 BS->WaitForEvent(1, &conin->WaitForKey, &junk); in efi_cons_getchar()
|
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBListener.cpp | 189 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/ |
| HD | SBListener.h | 60 WaitForEvent (uint32_t num_seconds,
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Listener.h | 81 WaitForEvent (const TimeValue *timeout,
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | Communication.cpp | 174 while (listener.WaitForEvent (timeout_time.IsValid() ? &timeout_time : NULL, event_sp)) in Read()
|
| HD | Listener.cpp | 479 Listener::WaitForEvent (const TimeValue *timeout, EventSP &event_sp) in WaitForEvent() function in Listener
|
| HD | Debugger.cpp | 3037 if (listener.WaitForEvent(NULL, event_sp)) in DefaultEventHandler()
|
| /trueos/sys/boot/efi/include/ |
| HD | efiapi.h | 756 EFI_WAIT_FOR_EVENT WaitForEvent; member
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | Process.cpp | 1472 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/ |
| HD | ProcessGDBRemote.cpp | 1384 if (listener.WaitForEvent (&timeout, event_sp) == false) in DoResume() 2880 if (listener.WaitForEvent (NULL, event_sp)) in AsyncThread()
|