

Data Fields | |
| CthThreadToken * | token |
| int | scheduled |
| CmiObjId | tid |
| CthAwkFn | awakenfn |
| CthThFn | choosefn |
| CthThread | next |
| int | suspendable |
| int | exiting |
| char * | data |
| int | datasize |
| int | isMigratable |
| int | aliasStackHandle |
| void * | stack |
| int | stacksize |
| struct CthThreadListener * | listener |
| tlsseg_t | tlsseg |
| int | magic |
Definition at line 152 of file threads.c.
Definition at line 154 of file threads.c.
Referenced by CthPupBase(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 155 of file threads.c.
Referenced by CthPupBase(), CthSuspend(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 159 of file threads.c.
Referenced by CthPupBase(), CthSuspend(), and CthThreadBaseInit().
Definition at line 161 of file threads.c.
Referenced by CthPupBase(), CthSuspend(), and CthThreadBaseInit().
Definition at line 162 of file threads.c.
Referenced by CthFree(), CthResume(), CthResume1(), and CthThreadBaseInit().
| char* CthThreadBase::data |
Definition at line 164 of file threads.c.
Referenced by CthPupBase(), CthRegister(), CthRegistered(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 167 of file threads.c.
Referenced by CthAliasEnable(), CthAllocateStack(), CthPupBase(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 168 of file threads.c.
Referenced by CthAliasEnable(), CthAllocateStack(), CthThreadBaseFree(), and CthThreadBaseInit().
| void* CthThreadBase::stack |
Definition at line 169 of file threads.c.
Referenced by CthAliasEnable(), CthAllocateStack(), CthCreateInner(), CthPrintThdStack(), CthPupBase(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 170 of file threads.c.
Referenced by CthAliasEnable(), CthAllocateStack(), CthPupBase(), and CthThreadBaseInit().
struct CthThreadListener* CthThreadBase::listener [read] |
Definition at line 171 of file threads.c.
Referenced by CthPupBase(), CthSuspend(), CthThreadBaseFree(), and CthThreadBaseInit().
Definition at line 177 of file threads.c.
Referenced by CthPrintThdMagic(), CthPupBase(), and CthThreadBaseInit().
1.5.5