RTEMS  5.1
Functions
coremutexseize.c File Reference

Seize Mutex with Blocking. More...

#include <rtems/score/coremuteximpl.h>
#include <rtems/score/statesimpl.h>
#include <rtems/score/thread.h>
#include <rtems/score/watchdog.h>

Functions

Status_Control _CORE_mutex_Seize_slow (CORE_mutex_Control *the_mutex, const Thread_queue_Operations *operations, Thread_Control *executing, bool wait, Thread_queue_Context *queue_context)
 Seize the mutex slowly. More...
 

Detailed Description

Seize Mutex with Blocking.