R_RTOS  0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
R_RTOS_mtx.h File Reference
#include "R_RTOS_inc.h"

Go to the source code of this file.

Functions

RetCode mtx_InitMtxs (void)
 Initialize the mutex functionality. More...
 
RetCode mtx_TakeMtx (PTskTCB const tsk, const MtxNr mtxNr, const SysTicks maxSysTicksToWait)
 Attempts to take the mutex with the given number for the specified task. More...
 
RetCode mtx_GiveMtx (PTskTCB const tsk, const MtxNr mtxNr)
 Releases the mutex with the given number. More...
 
RetCode mtx_GiveUpOnMtx (PTskTCB const tsk)
 Give up on waiting for the mutex blocking the specified task. More...
 

Detailed Description