This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Set the value of a barrier's process-shared attribute
#include <sync.h> int pthread_barrierattr_setpshared( pthread_barrierattr_t * attr int pshared );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The pthread_barrierattr_setpshared() function sets the process-shared attribute in an initialized attributes object referenced by attr.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
pthread_barrier_init() pthread_barrierattr_destroy(), pthread_barrierattr_getpshared(), pthread_barrierattr_init()