Jump to content

Semaphore: Difference between revisions

From EDM2
Created page with "(1) A variable that is used to enforce mutual exclusion. (T) (2) An indicator used to control access to a file; for example, in a multiuser application, a flag that prevents..."
 
Ak120 (talk | contribs)
m Redirected page to DDK Glossary - S
 
Line 1: Line 1:
(1) A variable that is used to enforce mutual exclusion.
#REDIRECT[[DDK Glossary - S]]
 
(T) (2) An indicator used to control access to a file; for example, in a multiuser application, a flag that prevents simultaneous access to a file. (3) An entity used to control access to system resources. Processes can be locked to a resource with semaphores if the processes follow certain programming conventions.
 
[[Category:Glossary]]

Latest revision as of 00:26, 2 February 2020

Redirect to: