|
RTEMS CPU Kit with SuperCore
4.11.2
|
Get the Process-Shared Condition Variable Attributes. More...
#include <pthread.h>#include <errno.h>#include <rtems/system.h>#include <rtems/score/watchdog.h>#include <rtems/posix/condimpl.h>#include <rtems/posix/time.h>#include <rtems/posix/muteximpl.h>
Functions | |
| int | pthread_condattr_getpshared (const pthread_condattr_t *attr, int *pshared) |
| 11.4.1 Condition Variable Initialization Attributes, P1003.1c/Draft 10, p. More... | |
Get the Process-Shared Condition Variable Attributes.
| int pthread_condattr_getpshared | ( | const pthread_condattr_t * | attr, |
| int * | pshared | ||
| ) |
11.4.1 Condition Variable Initialization Attributes, P1003.1c/Draft 10, p.
96
1.8.13