OAR

RTEMS 4.0.0 On-Line Library


pthread_attr_setscope

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

1.4.9: pthread_attr_setscope

CALLING SEQUENCE:

#include <pthread.h>

int pthread_attr_setscope(
  pthread_attr_t  *attr,
  int              contentionscope
);

STATUS CODES:

EINVAL
The attribute pointer argument is invalid.
EINVAL
The attribute set is not initialized.
EINVAL
The contention scope specified is not valid.
ENOTSUP
The contention scope specified (PTHREAD_SCOPE_SYSTEM) is not supported.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation