|
RTEMS CPU Kit with SuperCore
|
Destroy a RWLock. More...
#include <pthread.h>#include <errno.h>#include <rtems/posix/rwlockimpl.h>#include <rtems/score/threadqimpl.h>
Functions | |
| int | pthread_rwlock_destroy (pthread_rwlock_t *rwlock) |
| This directive allows a thread to delete a rwlock specified by the rwlock id. More... | |
Destroy a RWLock.
| int pthread_rwlock_destroy | ( | pthread_rwlock_t * | rwlock | ) |
This directive allows a thread to delete a rwlock specified by the rwlock id.
The rwlock is freed back to the inactive rwlock chain.
| [in] | rwlock | is the rwlock id |
References _Objects_Allocator_lock().
1.8.13