pthread_attr
struct pthread_attr *dst;
create_stack(struct pthread_attr *pattr)
static int create_stack(struct pthread_attr *pattr);
struct pthread_attr _pthread_attr_default = {
struct pthread_attr attr;
extern struct pthread_attr _pthread_attr_default __hidden;
int _thr_stack_alloc(struct pthread_attr *) __hidden;
void _thr_stack_free(struct pthread_attr *) __hidden;
_thr_stack_alloc(struct pthread_attr *attr)
_thr_stack_free(struct pthread_attr *attr)
struct pthread_attr;
typedef struct pthread_attr *pthread_attr_t;
struct pthread_attr;
struct pthread_attr **_attribute;