0
3.3kviews
Explain Mutex in Detail and its mechanism?

Subject : Microcontroller and Embedded Programming

Topic : Embedded/Real Time Operating System

Difficulty : Medium

1 Answer
0
67views

MUTEX: Mutex is the short form for mutual exclusion. It is used for resource and task synchronization. It is a special binary semaphore that can be in a locked or unlocked state.

A task acquires or locks a mutex whenever required, uses the resources, and finally unlocks or releases the …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.