ReactOS
0.4.15-dev-4934-gfd1e799
|
#include <compat.h>
Public Attributes | |
struct _EXCEPTION_REGISTRATION_RECORD * | ExceptionList |
PVOID | StackBase |
PVOID | StackLimit |
PVOID | SubSystemTib |
union { | |
PVOID FiberData | |
DWORD Version | |
} | DUMMYUNIONNAME |
PVOID | ArbitraryUserPointer |
struct _NT_TIB * | Self |
union { | |
PVOID FiberData | |
ULONG Version | |
} | DUMMYUNIONNAME |
union { | |
PVOID FiberData | |
DWORD Version | |
} | DUMMYUNIONNAME |
PVOID _NT_TIB::ArbitraryUserPointer |
Definition at line 578 of file compat.h.
Referenced by CreateProcessInternalW(), DbgkCreateThread(), KdbpCmdPcr(), and LdrpMapDll().
union { ... } _NT_TIB::DUMMYUNIONNAME |
_ANONYMOUS_UNION { ... } _NT_TIB::DUMMYUNIONNAME |
_ANONYMOUS_UNION { ... } _NT_TIB::DUMMYUNIONNAME |
struct _EXCEPTION_REGISTRATION_RECORD * _NT_TIB::ExceptionList |
Definition at line 570 of file compat.h.
Referenced by __wine_pop_frame(), __wine_push_frame(), ConvertThreadToFiberEx(), KdbpCmdPcr(), KeUserModeCallback(), KiDispatchInterrupt(), KiSwapContextEntry(), KiSwapContextExit(), KiUserModeCallout(), and NtCallbackReturn().
PVOID _NT_TIB::FiberData |
Definition at line 575 of file compat.h.
Referenced by ConvertFiberToThread(), ConvertThreadToFiberEx(), DeleteFiber(), KdbpCmdPcr(), and LdrShutdownThread().
Definition at line 579 of file compat.h.
Referenced by KdbpCmdPcr(), KiSetTebBase(), and KiSwapContextResume().
PVOID _NT_TIB::StackBase |
Definition at line 571 of file compat.h.
Referenced by ConvertThreadToFiberEx(), fetch_thread_stack(), KdbpCmdPcr(), main(), MiCheckForUserStackOverflow(), and RtlWalkFrameChain().
PVOID _NT_TIB::StackLimit |
Definition at line 572 of file compat.h.
Referenced by ConvertThreadToFiberEx(), fetch_thread_stack(), KdbpCmdPcr(), LdrpInit(), main(), MiCheckForUserStackOverflow(), and RtlWalkFrameChain().
PVOID _NT_TIB::SubSystemTib |
Definition at line 573 of file compat.h.
Referenced by KdbpCmdPcr().