Searched refs:CreateEvent (Results 1 – 11 of 11) sorted by relevance
| /llvm-project/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/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 | 107 m_read_overlapped.hEvent = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in CreateNew() 184 m_read_overlapped.hEvent = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in OpenNamedPipe()
|
| /llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | lldbgdbserverutils.py | 1026 CreateEvent = kernel32.CreateEventW variable 1027 CreateEvent.restype = HANDLE 1028 CreateEvent.argtypes = (LPVOID, BOOL, BOOL, LPCWSTR) 1065 self._overlapped.hEvent = CreateEvent(None, True, False, None)
|
| /llvm-project/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 | 46 m_debugging_ended_event = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in DebuggerThread()
|
| /llvm-project/compiler-rt/lib/profile/ |
| H A D | WindowsMMap.c | 134 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock()
|
| /llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT_util.cpp | 183 cv->event_ = CreateEvent(NULL, // no security in __kmp_win32_cond_init() 1242 __kmp_monitor_ev = CreateEvent(NULL, TRUE, FALSE, NULL); in __kmp_create_monitor()
|
| /llvm-project/third-party/unittest/googletest/src/ |
| H A D | gtest-death-test.cc | 770 event_handle_.Reset(::CreateEvent( in AssumeRole()
|