Searched refs:CreateEvent (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/ |
| H A D | TestGdbRemoteConnection.py | 47 CreateEvent = kernel32.CreateEventW variable 48 CreateEvent.restype = HANDLE 49 CreateEvent.argtypes = (LPVOID, BOOL, BOOL, LPCWSTR) 79 self._overlapped.hEvent = CreateEvent(None, True, False, None)
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | queue_user_work_item_report.cpp | 20 done = CreateEvent(0, false, false, "job is done"); in main()
|
| H A D | queue_user_work_item.cpp | 38 done = CreateEvent(0, false, false, "job is done"); in main()
|
| H A D | bind_io_completion_callback.cpp | 40 done = CreateEvent(0, false, false, "job is done"); in main()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | ConnectionGenericFileWindows.cpp | 76 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles() 85 ::CreateEvent(NULL, TRUE, FALSE, NULL); in InitializeEventHandles()
|
| H A 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessDebugger.h | 33 m_initial_stop_event = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in ProcessWindowsData()
|
| H A D | DebuggerThread.cpp | 45 m_debugging_ended_event = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in DebuggerThread()
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | WindowsMMap.c | 135 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | z_Windows_NT_util.cpp | 182 cv->event_ = CreateEvent(NULL, // no security in __kmp_win32_cond_init() 1240 __kmp_monitor_ev = CreateEvent(NULL, TRUE, FALSE, NULL); in __kmp_create_monitor()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-port.cc | 324 : event_(::CreateEvent(nullptr, // Default security attributes. in Notification()
|
| H A D | gtest-death-test.cc | 751 event_handle_.Reset(::CreateEvent( in AssumeRole()
|