RTEMS CPU Kit with SuperCore
4.11.2
|
Destroy a Barrier Object. More...
#include <pthread.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/posix/barrierimpl.h>
Functions | |
int | pthread_barrier_destroy (pthread_barrier_t *barrier) |
This directive allows a thread to delete a barrier specified by the barrier id. More... | |
Destroy a Barrier Object.
int pthread_barrier_destroy | ( | pthread_barrier_t * | barrier | ) |
This directive allows a thread to delete a barrier specified by the barrier id.
The barrier is freed back to the inactive barrier chain.
[in] | barrier | is the barrier id |
References _Objects_Allocator_lock(), and _POSIX_Barrier_Get().