RTEMS
5.1
|
Semaphore MP Support. More...
#include <rtems/rtems/semimpl.h>
#include <rtems/rtems/optionsimpl.h>
#include <rtems/rtems/statusimpl.h>
#include <rtems/sysinit.h>
Functions | |
RTEMS_STATIC_ASSERT (sizeof(Semaphore_MP_Packet)<=MP_PACKET_MINIMUM_PACKET_SIZE, Semaphore_MP_Packet) | |
void | _Semaphore_MP_Send_process_packet (Semaphore_MP_Remote_operations operation, Objects_Id semaphore_id, rtems_name name, Objects_Id proxy_id) |
Semaphore MP Send Process Packet. More... | |
rtems_status_code | _Semaphore_MP_Obtain (rtems_id id, rtems_option option_set, rtems_interval timeout) |
Issues a remote rtems_semaphore_obtain() request. | |
rtems_status_code | _Semaphore_MP_Release (rtems_id id) |
Issues a remote rtems_semaphore_release() request. | |
void | _Semaphore_MP_Send_object_was_deleted (Thread_Control *the_proxy, Objects_Id mp_id) |
Semaphore MP Send Object was Deleted. More... | |
void | _Semaphore_MP_Send_extract_proxy (Thread_Control *the_thread, Objects_Id id) |
void | _Semaphore_Core_mutex_mp_support (Thread_Control *the_thread, Objects_Id id) |
Semaphore Core Mutex MP Support. More... | |
void | _Semaphore_Core_semaphore_mp_support (Thread_Control *the_thread, Objects_Id id) |
Semaphore Core MP Support. More... | |
RTEMS_SYSINIT_ITEM (_Semaphore_MP_Initialize, RTEMS_SYSINIT_CLASSIC_SEMAPHORE_MP, RTEMS_SYSINIT_ORDER_MIDDLE) | |
Semaphore MP Support.