Home
last modified time | relevance | path

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

/llvm-project/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/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.cpp107 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 Dlldbgdbserverutils.py1026 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 DProcessDebugger.h33 m_initial_stop_event = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in ProcessWindowsData()
H A DDebuggerThread.cpp46 m_debugging_ended_event = ::CreateEvent(nullptr, TRUE, FALSE, nullptr); in DebuggerThread()
/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c134 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock()
/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp183 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 Dgtest-death-test.cc770 event_handle_.Reset(::CreateEvent( in AssumeRole()