Mutex

EEC development environment

Mutex stands for mutual exclusion. It designates a group of procedures with which the problem of the critical section is solved. Mutex procedures prevent concurrent processes or threads from uncoordinated changing of mutually used data structures either simultaneously or within period limits resulting in the data structures possibly entering an inconsistent state, even if the actions of each individual process or thread in themselves maintain consistency. [Source:Wikipedia]