ReactOS 0.4.16-dev-852-gcfcc8d8
|
Go to the source code of this file.
Macros | |
#define | _UCRT_INVALID_PARAMETER(ptd, expr) _invalid_parameter_internal(nullptr, nullptr, nullptr, 0, 0, ptd) |
#define | _UCRT_VALIDATE_CLEAR_OSSERR_RETURN(ptd, expr, errorcode, retexpr) |
#define | _UCRT_VALIDATE_CLEAR_OSSERR_RETURN_ERRCODE(ptd, expr, errorcode) |
#define | _UCRT_VALIDATE_RETURN(ptd, expr, errorcode, retexpr) |
#define | _UCRT_VALIDATE_RETURN_ERRCODE(ptd, expr, errorcode) |
#define | _UCRT_VALIDATE_RETURN_ERRCODE_NOEXC(ptd, expr, errorcode) |
#define | _UCRT_VALIDATE_RETURN_NOERRNO(ptd, expr, retexpr) |
#define | _UCRT_VALIDATE_RETURN_NOEXC(ptd, expr, errorcode, retexpr) |
#define | _UCRT_VALIDATE_RETURN_VOID(ptd, expr, errorcode) |
#define | _UCRT_VALIDATE_STREAM_ANSI_RETURN(ptd, stream, errorcode, retexpr) |
#define | _UCRT_CHECK_FH_RETURN(ptd, handle, errorcode, retexpr) |
#define | _UCRT_CHECK_FH_CLEAR_OSSERR_RETURN(ptd, handle, errorcode, retexpr) |
#define | _UCRT_CHECK_FH_CLEAR_OSSERR_RETURN_ERRCODE(ptd, handle, retexpr) |
#define | _UCRT_VALIDATE_CLEAR_OSSERR_RETURN(ptd, expr, errorcode, retexpr) |
Functions | |
_CRT_BEGIN_C_HEADER __acrt_ptd *__cdecl | __acrt_getptd_noexit_explicit (__crt_scoped_get_last_error_reset const &, size_t global_state_index) |
Definition at line 537 of file corecrt_internal_ptd_propagation.h.
Definition at line 547 of file corecrt_internal_ptd_propagation.h.
Definition at line 528 of file corecrt_internal_ptd_propagation.h.
#define _UCRT_INVALID_PARAMETER | ( | ptd, | |
expr | |||
) | _invalid_parameter_internal(nullptr, nullptr, nullptr, 0, 0, ptd) |
Definition at line 421 of file corecrt_internal_ptd_propagation.h.
Definition at line 556 of file corecrt_internal_ptd_propagation.h.
Definition at line 556 of file corecrt_internal_ptd_propagation.h.
Definition at line 437 of file corecrt_internal_ptd_propagation.h.
Definition at line 474 of file corecrt_internal_ptd_propagation.h.
Definition at line 493 of file corecrt_internal_ptd_propagation.h.
Definition at line 516 of file corecrt_internal_ptd_propagation.h.
_CRT_BEGIN_C_HEADER __acrt_ptd *__cdecl __acrt_getptd_noexit_explicit | ( | __crt_scoped_get_last_error_reset const & | last_error_reset, |
size_t | global_state_index | ||
) |
Definition at line 286 of file per_thread_data.cpp.