Home
last modified time | relevance | path

Searched refs:kInterruptEvent (Results 1 – 20 of 20) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp71 ::CloseHandle(m_event_handles[kInterruptEvent]); in ~ConnectionGenericFile()
75 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
198 case WAIT_OBJECT_0 + kInterruptEvent: in Read()
308 return ::SetEvent(m_event_handles[kInterruptEvent]); in InterruptRead()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp71 ::CloseHandle(m_event_handles[kInterruptEvent]); in ~ConnectionGenericFile()
75 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
198 case WAIT_OBJECT_0 + kInterruptEvent: in Read()
308 return ::SetEvent(m_event_handles[kInterruptEvent]); in InterruptRead()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp71 ::CloseHandle(m_event_handles[kInterruptEvent]); in ~ConnectionGenericFile()
75 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
198 case WAIT_OBJECT_0 + kInterruptEvent: in Read()
308 return ::SetEvent(m_event_handles[kInterruptEvent]); in InterruptRead()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp71 ::CloseHandle(m_event_handles[kInterruptEvent]); in ~ConnectionGenericFile()
75 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
198 case WAIT_OBJECT_0 + kInterruptEvent: in Read()
308 return ::SetEvent(m_event_handles[kInterruptEvent]); in InterruptRead()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp71 ::CloseHandle(m_event_handles[kInterruptEvent]); in ~ConnectionGenericFile()
75 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
198 case WAIT_OBJECT_0 + kInterruptEvent: in Read()
308 return ::SetEvent(m_event_handles[kInterruptEvent]); in InterruptRead()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp71 ::CloseHandle(m_event_handles[kInterruptEvent]); in ~ConnectionGenericFile()
75 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
198 case WAIT_OBJECT_0 + kInterruptEvent: in Read()
308 return ::SetEvent(m_event_handles[kInterruptEvent]); in InterruptRead()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp71 ::CloseHandle(m_event_handles[kInterruptEvent]); in ~ConnectionGenericFile()
75 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
198 case WAIT_OBJECT_0 + kInterruptEvent: in Read()
308 return ::SetEvent(m_event_handles[kInterruptEvent]); in InterruptRead()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp71 ::CloseHandle(m_event_handles[kInterruptEvent]); in ~ConnectionGenericFile()
75 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
198 case WAIT_OBJECT_0 + kInterruptEvent: in Read()
308 return ::SetEvent(m_event_handles[kInterruptEvent]); in InterruptRead()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp71 ::CloseHandle(m_event_handles[kInterruptEvent]); in ~ConnectionGenericFile()
75 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
198 case WAIT_OBJECT_0 + kInterruptEvent: in Read()
308 return ::SetEvent(m_event_handles[kInterruptEvent]); in InterruptRead()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp71 ::CloseHandle(m_event_handles[kInterruptEvent]); in ~ConnectionGenericFile()
75 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
198 case WAIT_OBJECT_0 + kInterruptEvent: in Read()
308 return ::SetEvent(m_event_handles[kInterruptEvent]); in InterruptRead()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h51 enum { kBytesAvailableEvent, kInterruptEvent }; enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h51 enum { kBytesAvailableEvent, kInterruptEvent }; enumerator
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h51 enum { kBytesAvailableEvent, kInterruptEvent }; enumerator
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h51 enum { kBytesAvailableEvent, kInterruptEvent }; enumerator
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h51 enum { kBytesAvailableEvent, kInterruptEvent }; enumerator
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h51 enum { kBytesAvailableEvent, kInterruptEvent }; enumerator
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h51 enum { kBytesAvailableEvent, kInterruptEvent }; enumerator
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h51 enum { kBytesAvailableEvent, kInterruptEvent }; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h51 enum { kBytesAvailableEvent, kInterruptEvent }; enumerator
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h51 enum { kBytesAvailableEvent, kInterruptEvent };