Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBListener.h51 bool WaitForEvent(uint32_t num_seconds, lldb::SBEvent &event);
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBListener.cpp129 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { in WaitForEvent() function in SBListener
/freebsd-14-stable/sys/contrib/edk2/Include/Uefi/
HDUefiSpec.h1891 EFI_WAIT_FOR_EVENT WaitForEvent; member
/freebsd-14-stable/stand/efi/include/
HDefiapi.h756 EFI_WAIT_FOR_EVENT WaitForEvent; member
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp37087 result = (bool)(arg1)->WaitForEvent(arg2,*arg3); in _wrap_SBListener_WaitForEvent()