Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp197 I = I->NextEntryOffset in WatcherThreadProc()
198 ? (FILE_NOTIFY_INFORMATION *)((CHAR *)I + I->NextEntryOffset) in WatcherThreadProc()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp90 ULONG NextEntryOffset; member
108 KMP_BUILD_ASSERT(offsetof(SYSTEM_PROCESS_INFORMATION, NextEntryOffset) == 0);
1598 if (spi->NextEntryOffset != 0) { in __kmp_get_load_balance()
1600 spi->NextEntryOffset); // And do not overlap with the next record. in __kmp_get_load_balance()
1620 if (spi->NextEntryOffset == 0) { in __kmp_get_load_balance()
1623 spi = PSYSTEM_PROCESS_INFORMATION(uintptr_t(spi) + spi->NextEntryOffset); in __kmp_get_load_balance()