RTEMS
|
RTEMS Obtain Semaphore. More...
#include <rtems/rtems/semimpl.h>
#include <rtems/rtems/optionsimpl.h>
#include <rtems/rtems/statusimpl.h>
Go to the source code of this file.
Functions | |
THREAD_QUEUE_OBJECT_ASSERT (Semaphore_Control, Core_control.Wait_queue, SEMAPHORE_CONTROL_GENERIC) | |
THREAD_QUEUE_OBJECT_ASSERT (Semaphore_Control, Core_control.Mutex.Recursive.Mutex.Wait_queue, SEMAPHORE_CONTROL_MUTEX) | |
THREAD_QUEUE_OBJECT_ASSERT (Semaphore_Control, Core_control.Semaphore.Wait_queue, SEMAPHORE_CONTROL_SEMAPHORE) | |
THREAD_QUEUE_OBJECT_ASSERT (Semaphore_Control, Core_control.MRSP.Wait_queue, SEMAPHORE_CONTROL_MRSP) | |
rtems_status_code | rtems_semaphore_obtain (rtems_id id, rtems_option option_set, rtems_interval timeout) |
% More... | |
RTEMS Obtain Semaphore.
Definition in file semobtain.c.