RTEMS CPU Kit with SuperCore  4.11.2
Functions
prwlockunlock.c File Reference

Function Releases a lock held on RWLock object referenced by rwlock. More...

#include <pthread.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/posix/rwlockimpl.h>
Include dependency graph for prwlockunlock.c:

Functions

int pthread_rwlock_unlock (pthread_rwlock_t *rwlock)
 

Detailed Description

Function Releases a lock held on RWLock object referenced by rwlock.