
Functions | |
| RTEMS_INLINE_ROUTINE boolean | _CORE_mutex_Is_locked (CORE_mutex_Control *the_mutex) |
| Is Mutex Locked. | |
| RTEMS_INLINE_ROUTINE boolean | _CORE_mutex_Is_fifo (CORE_mutex_Attributes *the_attribute) |
| Does Core Mutex Use FIFO Blocking. | |
| RTEMS_INLINE_ROUTINE boolean | _CORE_mutex_Is_priority (CORE_mutex_Attributes *the_attribute) |
| Doex Core Mutex Use Priority Blocking. | |
| RTEMS_INLINE_ROUTINE boolean | _CORE_mutex_Is_inherit_priority (CORE_mutex_Attributes *the_attribute) |
| Does Mutex Use Priority Inheritance. | |
| RTEMS_INLINE_ROUTINE boolean | _CORE_mutex_Is_priority_ceiling (CORE_mutex_Attributes *the_attribute) |
| Does Mutex Use Priority Ceiling. | |
| RTEMS_INLINE_ROUTINE int | _CORE_mutex_Seize_interrupt_trylock_body (CORE_mutex_Control *the_mutex, ISR_Level *level_p) |
| Seize Mutex with Quick Success Path. | |
1.5.6