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

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStackTraceCommand.cpp49 context.WaitForEvent(CliContext::MSG_THREAD_STACK_TRACE_CHANGED);
H A DCliPrintVariableCommand.cpp122 context.WaitForEvent(CliContext::MSG_VALUE_NODE_CHANGED);
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.h97 void WaitForEvent(uint32 event);
H A DCliContext.cpp380 WaitForEvent(MSG_QUIT);
400 CliContext::WaitForEvent(uint32 event) { function in class:CliContext
/haiku/headers/private/kernel/platform/efi/
H A Dboot-services.h111 efi_status (*WaitForEvent) (size_t num_events, efi_event* event, size_t* index) EFIAPI;
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp165 kBootServices->WaitForEvent(1, &event, &index);

Completed in 60 milliseconds