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

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBListener.i58 WaitForEvent (uint32_t num_seconds,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h51 bool WaitForEvent(uint32_t num_seconds, lldb::SBEvent &event);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp142 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { function in class:SBListener
143 LLDB_RECORD_METHOD(bool, SBListener, WaitForEvent,
348 LLDB_REGISTER_METHOD(bool, SBListener, WaitForEvent,
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1860 EFI_WAIT_FOR_EVENT WaitForEvent; member in struct:__anon10665
/freebsd-12-stable/stand/efi/include/
H A Defiapi.h757 EFI_WAIT_FOR_EVENT WaitForEvent; member in struct:__anon8954
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32006 SWIG_check_num_args("lldb::SBListener::WaitForEvent",3,3)
32007 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBListener::WaitForEvent",1,"lldb::SBListener *");
32008 if(!lua_isnumber(L,2)) SWIG_fail_arg("lldb::SBListener::WaitForEvent",2,"uint32_t");
32009 if(!lua_isuserdata(L,3)) SWIG_fail_arg("lldb::SBListener::WaitForEvent",3,"lldb::SBEvent &");
32022 result = (bool)(arg1)->WaitForEvent(arg2,*arg3);
32398 { "WaitForEvent", _wrap_SBListener_WaitForEvent},
[all...]

Completed in 881 milliseconds