Data Fields | |
int | magic |
voidfn | startfn |
void * | startarg |
int | detached |
void * | joinstatus |
Cpthread_cleanup_t | cleanups |
CthThread | waiting |
CthThread | thread |
Definition at line 57 of file cpthreads.C.
Definition at line 59 of file cpthreads.C.
Referenced by Cpthread_create(), Cpthread_detach(), Cpthread_exit(), and Cpthread_join().
void* Cpthread_s::startarg |
Definition at line 62 of file cpthreads.C.
Referenced by Cpthread_create(), Cpthread_detach(), and Cpthread_exit().
void* Cpthread_s::joinstatus |
Definition at line 63 of file cpthreads.C.
Referenced by Cpthread_create(), Cpthread_exit(), and Cpthread_join().
Definition at line 64 of file cpthreads.C.
Referenced by Cpthread_cleanup_pop(), Cpthread_cleanup_push(), Cpthread_create(), and Cpthread_exit().
Definition at line 65 of file cpthreads.C.
Referenced by Cpthread_create(), Cpthread_exit(), and Cpthread_join().
Definition at line 66 of file cpthreads.C.
Referenced by Cpthread_create(), Cpthread_detach(), Cpthread_exit(), Cpthread_join(), print_thread_affinity(), and set_thread_affinity().