Data Fields | |
CthThreadBase | base |
CthVoidFn | startfn |
void * | startarg |
qt_t * | savedstack |
int | savedsize |
int | stacklen |
qt_t * | savedptr |
LPVOID | fiber |
pthread_t | self |
pthread_cond_t | cond |
pthread_cond_t * | creator |
CthVoidFn | fn |
void * | arg |
char | inited |
double * | dummy |
uJcontext_t | context |
char * | protect |
int | protlen |
qt_t * | stack |
qt_t * | stackp |
Definition at line 997 of file threads.C.
Definition at line 999 of file threads.C.
Referenced by CthCreateInner(), CthFree(), CthPrintThdMagic(), CthPrintThdStack(), CthResume(), CthResume1(), CthThreadFree(), CthThreadInit(), and CthTraceResume().
Definition at line 1002 of file threads.C.
Referenced by CthPointer(), CthResume1(), CthThreadFree(), and CthThreadInit().
Definition at line 1003 of file threads.C.
Referenced by CthPointer(), CthResume1(), and CthThreadInit().
LPVOID CthThreadStruct::fiber |
Definition at line 1219 of file threads.C.
Referenced by CthCreate(), CthFiberBlock(), and CthResume().
pthread_t CthThreadStruct::self |
pthread_cond_t CthThreadStruct::cond |
pthread_cond_t* CthThreadStruct::creator |
void* CthThreadStruct::arg |
double* CthThreadStruct::dummy |
char* CthThreadStruct::protect |
qt_t* CthThreadStruct::stack |
qt_t* CthThreadStruct::stackp |