#include <cpthreads.h>
Data Fields | |
int | magic |
int | detached |
int | stacksize |
Definition at line 19 of file cpthreads.h.
Definition at line 21 of file cpthreads.h.
Referenced by Cpthread_attr_destroy(), Cpthread_attr_getdetachstate(), Cpthread_attr_getstacksize(), Cpthread_attr_init(), Cpthread_attr_setdetachstate(), Cpthread_attr_setstacksize(), and Cpthread_create().
Definition at line 22 of file cpthreads.h.
Referenced by Cpthread_attr_getdetachstate(), Cpthread_attr_init(), Cpthread_attr_setdetachstate(), and Cpthread_create().
Definition at line 23 of file cpthreads.h.
Referenced by Cpthread_attr_getstacksize(), Cpthread_attr_init(), Cpthread_attr_setstacksize(), and Cpthread_create().