|
RTEMS CPU Kit with SuperCore
|
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>
Functions | |
| int | pthread_rwlock_rdlock (pthread_rwlock_t *rwlock) |
| This directive attempts to obtain a read only lock on an rwlock instance. More... | |
Obtain a Read Lock on a RWLock Instance.
| int pthread_rwlock_rdlock | ( | pthread_rwlock_t * | rwlock | ) |
This directive attempts to obtain a read only lock on an rwlock instance.
| [in] | rwlock | is the pointer to rwlock id |
| 0 | if successful |
| error_code | if unsuccessful |
1.8.13