Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/internal/
H A Dper_thread_data.cpp267 size_t const global_state_index in internal_getptd_noexit() argument
277 return ptd_head + global_state_index; in internal_getptd_noexit()
286 …xplicit(__crt_scoped_get_last_error_reset const& last_error_reset, size_t const global_state_index) in __acrt_getptd_noexit_explicit() argument
290 return internal_getptd_noexit(last_error_reset, global_state_index); in __acrt_getptd_noexit_explicit()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_ptd_propagation.h24 …__acrt_getptd_noexit_explicit(__crt_scoped_get_last_error_reset const&, size_t global_state_index);