RTEMS Logo

RTEMS 4.10.2 On-Line Library


Thread Manager pthread_attr_init - Initialize a Thread Attribute Set

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

17.4.1: pthread_attr_init - Initialize a Thread Attribute Set

CALLING SEQUENCE:

#include <pthread.h>

int pthread_attr_init(
  pthread_attr_t *attr
);

STATUS CODES:

EINVAL
The attribute pointer argument is invalid.

DESCRIPTION:

The pthread_attr_init routine initializes the thread attributes object specified by attr with the default value for all of the individual attributes.

NOTES:

The settings in the default attributes are implementation defined. For RTEMS, the default attributes are as follows:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation