RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Functions
coremutexseize.c File Reference

This source file contains the implementation of _CORE_mutex_Seize_slow(). 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.
 

Detailed Description

This source file contains the implementation of _CORE_mutex_Seize_slow().