Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/client/
H A Dfiber.c34 ULONG n, FlsHighIndex; in BaseRundownFls() local
41 FlsHighIndex = NtCurrentPeb()->FlsHighIndex; in BaseRundownFls()
45 for (n = 1; n <= FlsHighIndex; ++n) in BaseRundownFls()
381 if (dwFlsIndex > Peb->FlsHighIndex) in FlsAlloc()
382 Peb->FlsHighIndex = dwFlsIndex; in FlsAlloc()
/reactos/sdk/include/ndk/
H A Dpeb_teb.h174 ULONG FlsHighIndex;
197 C_ASSERT(FIELD_OFFSET(STRUCT(PEB), FlsHighIndex) == 0x350);
212 C_ASSERT(FIELD_OFFSET(STRUCT(PEB), FlsHighIndex) == 0x22C);
/reactos/dll/ntdll/ldr/
H A Dldrinit.c1217 ULONG n, FlsHighIndex; in LdrShutdownThread() local
1224 FlsHighIndex = NtCurrentPeb()->FlsHighIndex; in LdrShutdownThread()
1228 for (n = 1; n <= FlsHighIndex; ++n) in LdrShutdownThread()