pthread_barrierattr_init()
QNX SDP8.0C Library ReferenceAPIDeveloper
Initialize a barrier attributes object
Synopsis:
#include <pthread.h>
int pthread_barrierattr_init( 
                   pthread_barrierattr_t * attr );
Arguments:
- attr
 - A pointer to the pthread_barrierattr_t object that you want to initialize.
 
Library:
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
Description:
The pthread_barrierattr_init() function initializes the barrier attributes object attr with the default value for all of the attributes.
Returns:
- EOK
 - Success.
 - ENOMEM
 - Insufficient memory to initialize barrier attribute object attr.
 
Classification:
| Safety: | |
|---|---|
| Cancellation point | No | 
| Signal handler | Yes | 
| Thread | Yes | 
Page updated: 
