Searched refs:CreateEvent (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Host/windows/ |
| D | ConnectionGenericFileWindows.cpp | 76 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles() 85 ::CreateEvent(NULL, TRUE, FALSE, NULL); in InitializeEventHandles()
|
| D | PipeWindows.cpp | 118 m_read_overlapped.hEvent = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in CreateNew() 195 m_read_overlapped.hEvent = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in OpenNamedPipe()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| D | ProcessDebugger.h | 33 m_initial_stop_event = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in ProcessWindowsData()
|
| D | DebuggerThread.cpp | 46 m_debugging_ended_event = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in DebuggerThread()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/profile/ |
| D | WindowsMMap.c | 135 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock()
|
| /openbsd/src/sys/stand/efi/include/ |
| D | efiapi.h | 750 EFI_CREATE_EVENT CreateEvent; member
|
| /openbsd/src/sys/arch/armv7/stand/efiboot/ |
| D | efiboot.c | 729 status = BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_timer_init()
|
| /openbsd/src/sys/arch/riscv64/stand/efiboot/ |
| D | efiboot.c | 701 status = BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_timer_init()
|
| /openbsd/src/sys/arch/arm64/stand/efiboot/ |
| D | efiboot.c | 815 status = BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_timer_init()
|