Home
last modified time | relevance | path

Searched defs:fls_index (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/ucrt/internal/
H A Dwinapi_thunks.cpp509 extern "C" BOOL WINAPI __acrt_FlsFree(DWORD const fls_index) in __acrt_FlsFree()
523 extern "C" PVOID WINAPI __acrt_FlsGetValue(DWORD const fls_index) in __acrt_FlsGetValue()
537 extern "C" BOOL WINAPI __acrt_FlsSetValue(DWORD const fls_index, PVOID const fls_data) in __acrt_FlsSetValue()
/reactos/modules/rostests/winetests/kernel32/
H A Dloader.c2234 static DWORD fls_index = FLS_OUT_OF_INDEXES; in dll_entry_point() local