RL-ARM User's Guide

Mutex Management Routines

RoutineAttributesDescription
os_mut_initInitializes a mutex object.
os_mut_releaseReleases a mutex object.
os_mut_waitWaits for a mutex object to become available.

note

  • The mutex management routines enable you to use mutexes to synchronize the activities of the various tasks and to protect shared variables from corruption.
  • The priority inheritance method is used in mutex management routines to eliminate priority inversion problems.