Data Fields | |
int | magic |
int | offset |
void(* | destructo )(void *) |
Cpthread_key_t | next |
Definition at line 87 of file cpthreads.C.
Definition at line 89 of file cpthreads.C.
Referenced by Cpthread_getspecific(), Cpthread_key_create(), Cpthread_key_delete(), and Cpthread_setspecific().
Definition at line 90 of file cpthreads.C.
Referenced by Cpthread_exit(), Cpthread_getspecific(), Cpthread_key_create(), Cpthread_setspecific(), and Cpthread_top().
void(* Cpthread_key_s::destructo)(void *) |
Referenced by Cpthread_exit(), and Cpthread_key_create().
Definition at line 92 of file cpthreads.C.
Referenced by Cpthread_exit(), Cpthread_key_create(), Cpthread_key_delete(), and Cpthread_top().