Home >  Term: mutual exclusion (mutex)
mutual exclusion (mutex)

(1) A synchronization function that is used to allow multiple jobs or processes to serialize their access to shared data.
(2) An abstraction that enables two or more threads to cooperate in a mutual exclusion protocol providing safe access to shared resources.
(3) A flag used by a semaphore to protect shared resources. The mutex is locked and unlocked by threads in a program. See also mutex attribute object.

0 0

Creator

  • Peteh
  •  (V.I.P) 14225 points
  • 100% positive feedback
© 2024 CSOFT International, Ltd.