RTEMS CPU Kit with SuperCore
Functions
prwlockinit.c File Reference

Allocate resources to use the read-write lock and Initialize it. More...

#include <pthread.h>
#include <errno.h>
#include <rtems/posix/rwlockimpl.h>
#include <rtems/score/apimutex.h>
Include dependency graph for prwlockinit.c:

Functions

POSIX_RWLock_Control_POSIX_RWLock_Get (pthread_rwlock_t *rwlock, Objects_Locations *location)
 
int pthread_rwlock_init (pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr)
 

Detailed Description

Allocate resources to use the read-write lock and Initialize it.