RTEMS Logo

RTEMS 4.10.2 On-Line Library


Thread Manager pthread_attr_destroy - Destroy a Thread Attribute Set

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

17.4.2: pthread_attr_destroy - Destroy a Thread Attribute Set

CALLING SEQUENCE:

#include <pthread.h>

int pthread_attr_destroy(
  pthread_attr_t *attr
);

STATUS CODES:

EINVAL
The attribute pointer argument is invalid.
EINVAL
The attribute set is not initialized.

DESCRIPTION:

The pthread_attr_destroy routine is used to destroy a thread attributes object. The behavior of using an attributes object after it is destroyed is implementation dependent.

NOTES:

NONE


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation