Lines Matching defs:_TIB
221 typedef struct _TIB { struct
222 PSEH_record pvExcept; // 00h Head of exception record list
223 PVOID pvStackUserTop; // 04h Top of user stack
224 PVOID pvStackUserBase; // 08h Base of user stack
225 WORD pvTDB; // 0Ch TDB
226 WORD pvThunksSS; // 0Eh SS selector used for thunking to 16 bits
227 DWORD SelmanList; // 10h
228 PVOID pvArbitrary; // 14h Available for application use
229 struct _tib *ptibSelf; // 18h Linear address of TIB structure
230 WORD TIBFlags; // 1Ch
231 WORD Win16MutexCount; // 1Eh
232 DWORD DebugContext; // 20h
233 DWORD pCurrentPriority; // 24h
234 DWORD pvQueue; // 28h Message Queue selector
235 PVOID *pvTLSArray; // 2Ch Thread Local Storage array