Home
last modified time | relevance | path

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

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