picofuse

Modules
Synchronization

The SystemSync module groups the synchronization primitives - mutexes, condition variables, wait groups and atomic values - used to coordinate access to shared state across threads. More...

Collaboration diagram for Synchronization:

Modules

 Atomic Operations
 Implements atomic values which can be safely updated across threads.
 
 Condition Variables
 
 Mutex
 Mutex primitives.
 
 Wait Groups
 

Detailed Description

The SystemSync module groups the synchronization primitives - mutexes, condition variables, wait groups and atomic values - used to coordinate access to shared state across threads.