create_stack
static int create_stack(pthread_attr_t pattr);
if (create_stack(&new_thread->attr) != 0) {