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

Attempt to Obtain a Read Lock on a RWLock Instance. More...

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

Functions

int pthread_rwlock_tryrdlock (pthread_rwlock_t *rwlock)
 

Detailed Description

Attempt to Obtain a Read Lock on a RWLock Instance.