Syncronization of Concurrent Execution
The following function blocks for the syncronization of concurrent execution are available:
| Function block | Short description | 
|---|---|
| MUTEX | Enables the synchronization of concurrent execution of tasks that share common data. | 
| SEMA | Realizes a counting semaphore that allows a specified number of tasks to access a resource. |