Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TTask

Declaration

Source position: exec.pas line 395

type TTask = packed record

  tc_Node: TNode;

  tc_Flags: Byte;

  tc_State: Byte;

  tc_IDNestCnt: ShortInt;

  tc_TDNestCnt: ShortInt;

  tc_SigAlloc: LongWord;

  tc_SigWait: LongWord;

  tc_SigRecvd: LongWord;

  tc_SigExcept: LongWord;

  tc_ETask: PETask;

  tc_ExceptData: APTR;

  tc_ExceptCode: APTR;

  tc_TrapData: APTR;

  tc_TrapCode: APTR;

  tc_SPReg: APTR;

  tc_SPLower: APTR;

  tc_SPUpper: APTR;

  tc_Switch: Pointer;

  tc_Launch: Pointer;

  tc_MemEntry: TList;

  tc_UserData: APTR;

end;


Documentation generated on: 2023-03-18