Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp142 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { in WaitForEvent() function in SBListener
143 LLDB_RECORD_METHOD(bool, SBListener, WaitForEvent, in WaitForEvent()
348 LLDB_REGISTER_METHOD(bool, SBListener, WaitForEvent, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBListener.i58 WaitForEvent (uint32_t num_seconds,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h51 bool WaitForEvent(uint32_t num_seconds, lldb::SBEvent &event);
/freebsd-13.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1891 EFI_WAIT_FOR_EVENT WaitForEvent; member
/freebsd-13.1/stand/efi/include/
H A Defiapi.h757 EFI_WAIT_FOR_EVENT WaitForEvent; member
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32734 result = (bool)(arg1)->WaitForEvent(arg2,*arg3); in _wrap_SBListener_WaitForEvent()