Datasegment.com Online Dictionary
  Online Dictionary : M : mutual exclusion

mutual exclusion


1 definition found

mutual exclusion - Free On-line Dictionary of Computing (26 May 2007) :

  mutual exclusion
  
     <parallel, operating system> (Or "mutex", plural: "mutexes") A
     collection of techniques for sharing resources so that
     different uses do not conflict and cause unwanted
     interactions.  One of the most commonly used techniques for
     mutual exclusion is the semaphore.
  
     (1995-04-08)