ReactOS
0.4.12-dev-685-gf36cbf7
|
#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 379 of file compat.h.
Referenced by CreateProcessInternalW(), DbgkCreateThread(), 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 371 of file compat.h.
Referenced by __wine_pop_frame(), __wine_push_frame(), ConvertThreadToFiberEx(), KeUserModeCallback(), KiDispatchInterrupt(), KiSwapContextEntry(), KiSwapContextExit(), KiUserModeCallout(), and NtCallbackReturn().
PVOID _NT_TIB::FiberData |
Definition at line 376 of file compat.h.
Referenced by ConvertFiberToThread(), ConvertThreadToFiberEx(), DeleteFiber(), and LdrShutdownThread().
Definition at line 380 of file compat.h.
Referenced by KiSetTebBase(), and KiSwapContextResume().
PVOID _NT_TIB::StackBase |
Definition at line 372 of file compat.h.
Referenced by ConvertThreadToFiberEx(), fetch_thread_stack(), main(), MiCheckForUserStackOverflow(), and RtlWalkFrameChain().
PVOID _NT_TIB::StackLimit |
Definition at line 373 of file compat.h.
Referenced by ConvertThreadToFiberEx(), fetch_thread_stack(), LdrpInit(), main(), MiCheckForUserStackOverflow(), and RtlWalkFrameChain().