
Data Fields | |
| int | magic |
| voidfn | startfn |
| void * | startarg1 |
| void * | startarg2 |
| void * | startarg3 |
| int | detached |
| void * | joinstatus |
| Cpthread_cleanup_t | cleanups |
| CthThread | waiting |
| CthThread | thread |
Definition at line 64 of file cpthreads.c.
Definition at line 66 of file cpthreads.c.
Referenced by Cpthread_create3(), Cpthread_detach(), Cpthread_exit(), and Cpthread_join().
| void* Cpthread_s::startarg1 |
| void* Cpthread_s::startarg2 |
| void* Cpthread_s::startarg3 |
Definition at line 71 of file cpthreads.c.
Referenced by Cpthread_create3(), Cpthread_detach(), and Cpthread_exit().
| void* Cpthread_s::joinstatus |
Definition at line 72 of file cpthreads.c.
Referenced by Cpthread_create3(), Cpthread_exit(), and Cpthread_join().
Definition at line 73 of file cpthreads.c.
Referenced by Cpthread_cleanup_pop(), Cpthread_cleanup_push(), Cpthread_create3(), and Cpthread_exit().
Definition at line 74 of file cpthreads.c.
Referenced by Cpthread_create3(), Cpthread_exit(), and Cpthread_join().
Definition at line 75 of file cpthreads.c.
Referenced by Cpthread_create3(), Cpthread_detach(), Cpthread_exit(), and Cpthread_join().
1.5.1