OAR

RTEMS 4.0.0 On-Line Library


pthread_attr_setstackaddr

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

1.4.7: pthread_attr_setstackaddr

CALLING SEQUENCE:

#include <pthread.h>

int pthread_attr_setstackaddr(
  pthread_attr_t  *attr,
  void            *stackaddr
);

STATUS CODES:

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

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation