RTEMS CPU Kit with SuperCore  4.11.3
Functions
coremutexseize.c File Reference

Seize Mutex with Blocking. More...

#include <rtems/system.h>
#include <rtems/score/isr.h>
#include <rtems/score/coremuteximpl.h>
#include <rtems/score/statesimpl.h>
#include <rtems/score/thread.h>
Include dependency graph for coremutexseize.c:

Functions

void _CORE_mutex_Seize_interrupt_blocking (CORE_mutex_Control *the_mutex, Thread_Control *executing, Watchdog_Interval timeout, ISR_lock_Context *lock_context)
 Performs the blocking portion of a mutex obtain. More...
 

Detailed Description

Seize Mutex with Blocking.