Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp79 void WatcherThreadProc(HANDLE DirectoryHandle);
84 HANDLE DirectoryHandle, bool WaitForInitialSync, in DirectoryWatcherWindows() argument
90 DWORD Size = GetFinalPathNameByHandleW(DirectoryHandle, NULL, 0, 0); in DirectoryWatcherWindows()
113 WatcherThread = std::thread([this, DirectoryHandle]() { in DirectoryWatcherWindows()
114 this->WatcherThreadProc(DirectoryHandle); in DirectoryWatcherWindows()
153 if (!ReadDirectoryChangesW(DirectoryHandle, Notifications.data(), in WatcherThreadProc()
174 (void)CloseHandle(DirectoryHandle); in WatcherThreadProc()
226 (void)CloseHandle(DirectoryHandle); in WatcherThreadProc()
284 HANDLE DirectoryHandle = in create() local
288 if (DirectoryHandle == INVALID_HANDLE_VALUE) in create()
[all …]