What is mutex?

Mutex is short form of mutual exclusion. It is very much silimar to semaphore and the names are used interchangably in different opperating systems. The semaphore which are task attached i.e. the task which had acquired the sempahore will only be allowed to release it, are generally termed as Mutex.

Related Post

What is a critical section in embedded software programs?

Comments

Leave a Reply




Technology