Data Fields | |
CthThreadToken * | token |
int | scheduled |
CmiObjId | tid |
CthAwkFn | awakenfn |
CthThFn | choosefn |
CthThread | next |
CthThread | prev |
int | suspendable |
int | exiting |
char * | data |
size_t | datasize |
int | isMigratable |
int | aliasStackHandle |
CmiIsomallocBlockList * | isomallocBlockList |
void * | stack |
int | stacksize |
struct CthThreadListener * | listener |
unsigned int | valgrindStackID |
tlsseg_t | tlsseg |
int | eventID |
int | srcPE |
int | magic |
Definition at line 162 of file threads.C.
Definition at line 164 of file threads.C.
Referenced by CthPupBase(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 165 of file threads.C.
Referenced by CthPupBase(), CthSuspend(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 167 of file threads.C.
Referenced by CthSuspend(), CthThreadBaseInit(), and CthTraceResume().
Definition at line 169 of file threads.C.
Referenced by CthPupBase(), CthSuspend(), and CthThreadBaseInit().
Definition at line 174 of file threads.C.
Referenced by CthPupBase(), CthSuspend(), and CthThreadBaseInit().
Definition at line 175 of file threads.C.
Referenced by CthFree(), CthResume(), CthResume1(), CthSuspend(), and CthThreadBaseInit().
char* CthThreadBase::data |
Definition at line 177 of file threads.C.
Referenced by CthPupBase(), CthRegister(), CthRegistered(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 180 of file threads.C.
Referenced by CthAliasEnable(), CthAllocateStack(), CthPupBase(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 182 of file threads.C.
Referenced by CthAllocateStack(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 184 of file threads.C.
Referenced by CthAllocateStack(), CthPupBase(), CthThreadBaseFree(), and CthThreadBaseInit().
void* CthThreadBase::stack |
Definition at line 186 of file threads.C.
Referenced by CthAliasEnable(), CthAllocateStack(), CthCheckThreadSanity(), CthCreateInner(), CthPrintThdStack(), CthPupBase(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 187 of file threads.C.
Referenced by CthAliasEnable(), CthAllocateStack(), CthCheckThreadSanity(), CthPupBase(), and CthThreadBaseInit().
struct CthThreadListener* CthThreadBase::listener [read] |
Definition at line 188 of file threads.C.
Referenced by CthPupBase(), CthSuspend(), CthThreadBaseFree(), and CthThreadBaseInit().
unsigned int CthThreadBase::valgrindStackID |
Definition at line 191 of file threads.C.
Referenced by CthAllocateStack(), and CthThreadBaseFree().
Definition at line 202 of file threads.C.
Referenced by CthCheckThreadSanity(), CthPrintThdMagic(), CthPupBase(), and CthThreadBaseInit().