Home
last modified time | relevance | path

Searched refs:CreateEvent (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Host/windows/
DConnectionGenericFileWindows.cpp76 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
85 ::CreateEvent(NULL, TRUE, FALSE, NULL); in InitializeEventHandles()
DPipeWindows.cpp118 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/
DProcessDebugger.h33 m_initial_stop_event = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in ProcessWindowsData()
DDebuggerThread.cpp46 m_debugging_ended_event = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in DebuggerThread()
/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DWindowsMMap.c135 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock()
/openbsd/src/sys/stand/efi/include/
Defiapi.h750 EFI_CREATE_EVENT CreateEvent; member
/openbsd/src/sys/arch/armv7/stand/efiboot/
Defiboot.c729 status = BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_timer_init()
/openbsd/src/sys/arch/riscv64/stand/efiboot/
Defiboot.c701 status = BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_timer_init()
/openbsd/src/sys/arch/arm64/stand/efiboot/
Defiboot.c815 status = BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_timer_init()