Home
last modified time | relevance | path

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 DTestGdbRemoteConnection.py47 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 Dqueue_user_work_item_report.cpp20 done = CreateEvent(0, false, false, "job is done"); in main()
H A Dqueue_user_work_item.cpp38 done = CreateEvent(0, false, false, "job is done"); in main()
H A Dbind_io_completion_callback.cpp40 done = CreateEvent(0, false, false, "job is done"); in main()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp76 m_event_handles[kInterruptEvent] = CreateEvent(NULL, FALSE, FALSE, NULL); in InitializeEventHandles()
85 ::CreateEvent(NULL, TRUE, FALSE, NULL); in InitializeEventHandles()
H A 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()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.h33 m_initial_stop_event = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in ProcessWindowsData()
H A DDebuggerThread.cpp45 m_debugging_ended_event = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in DebuggerThread()
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DWindowsMMap.c135 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp182 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 Dgtest-port.cc324 : event_(::CreateEvent(nullptr, // Default security attributes. in Notification()
H A Dgtest-death-test.cc751 event_handle_.Reset(::CreateEvent( in AssumeRole()