Components/Libraries/XF/FreeRTOS/BinarySemaphore

From UIT
Revision as of 14:10, 10 August 2017 by Sara.chalokh (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Binary Semaphore

Binary Semaphore is semaphore that can be taken only one time. This is very like Mutex but Mutex include a priority inheritance mechanic. Binary semaphore not. Binary semaphores are principally used to implement synchronization (between tasks or between tasks and an interrupt).

Member Attributes

Member Functions Description

BinarySemaphore()

~BinarySemaphore()

bool isAvailable()

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox