![]()  | 
![]()  | 
![]()  | 
![]()  | 
Initialize a barrier attributes object
#include <pthread.h>
int pthread_barrierattr_init( 
                   pthread_barrierattr_t * attr );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The pthread_barrierattr_init() function initializes the barrier attributes object attr with the default value for all of the attributes.
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | Yes | 
| Thread | Yes | 
pthread_barrier_init(), pthread_barrierattr_destroy(), pthread_barrierattr_getpshared(), pthread_barrierattr_setpshared()
![]()  | 
![]()  | 
![]()  | 
![]()  |