ReactOS 0.4.16-dev-106-g10b08aa
|
#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 719 of file compat.h.
Referenced by CreateProcessInternalW(), DbgkCreateThread(), KdbpCmdPcr(), and LdrpMapDll().
union { ... } _NT_TIB::DUMMYUNIONNAME |
_ANONYMOUS_UNION union { ... } _NT_TIB::DUMMYUNIONNAME |
_ANONYMOUS_UNION union { ... } _NT_TIB::DUMMYUNIONNAME |
struct _EXCEPTION_REGISTRATION_RECORD * _NT_TIB::ExceptionList |
Definition at line 711 of file compat.h.
Referenced by __wine_pop_frame(), __wine_push_frame(), ConvertThreadToFiberEx(), KdbpCmdPcr(), KeUserModeCallback(), KiDispatchInterrupt(), KiSwapContextEntry(), KiSwapContextExit(), KiUserModeCallout(), MmCreateTeb(), and NtCallbackReturn().
PVOID _NT_TIB::FiberData |
Definition at line 716 of file compat.h.
Referenced by ConvertFiberToThread(), ConvertThreadToFiberEx(), DeleteFiber(), KdbpCmdPcr(), and LdrShutdownThread().
Definition at line 720 of file compat.h.
Referenced by KdbpCmdPcr(), KiSetTebBase(), KiSwapContextResume(), and MmCreateTeb().
PVOID _NT_TIB::StackBase |
Definition at line 712 of file compat.h.
Referenced by ConvertThreadToFiberEx(), fetch_thread_stack(), KdbpCmdPcr(), main(), MiCheckForUserStackOverflow(), MmCreateTeb(), and RtlWalkFrameChain().
PVOID _NT_TIB::StackLimit |
Definition at line 713 of file compat.h.
Referenced by ConvertThreadToFiberEx(), fetch_thread_stack(), KdbpCmdPcr(), LdrpInit(), main(), MiCheckForUserStackOverflow(), MmCreateTeb(), and RtlWalkFrameChain().
PVOID _NT_TIB::SubSystemTib |
Definition at line 714 of file compat.h.
Referenced by KdbpCmdPcr().
DWORD _NT_TIB::Version |
Definition at line 717 of file compat.h.
Referenced by MmCreateTeb().