RTEMS 6.1-rc4
|
This source file contains the implementation of _CORE_RWLock_Seize_for_reading(). More...
#include <rtems/score/corerwlockimpl.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/threadqimpl.h>
#include <rtems/score/statesimpl.h>
#include <rtems/score/watchdog.h>
Functions | |
Status_Control | _CORE_RWLock_Seize_for_reading (CORE_RWLock_Control *the_rwlock, bool wait, Thread_queue_Context *queue_context) |
Obtains RWLock for reading. | |
This source file contains the implementation of _CORE_RWLock_Seize_for_reading().