45 : numInst(0), numOp(0), threadStats(cpu, _tid),
46 numLoad(0), startNumLoad(0),
48 _contextId(0), _threadId(_tid), lastActivate(0), lastSuspend(0),
49 process(_process), storeCondFailures(0)
ThreadContext is the external interface to all thread state for anything outside of the CPU.