
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 721 of file threads.c.
Definition at line 723 of file threads.c.
Referenced by CthCreateInner(), CthFree(), CthResume(), CthResume1(), CthThreadFree(), CthThreadInit(), and CthTraceResume().
Definition at line 726 of file threads.c.
Referenced by CthPointer(), CthResume1(), CthThreadFree(), and CthThreadInit().
Definition at line 727 of file threads.c.
Referenced by CthPointer(), CthResume1(), and CthThreadInit().
| LPVOID CthThreadStruct::fiber |
Definition at line 982 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 |
1.5.1