Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Mutual exclusion
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Types of mutual exclusion devices== The solutions explained above can be used to build the synchronization primitives below: * [[Lock (computer science)|Locks]] (mutexes) * [[Readers–writer lock]]s * [[Reentrant mutex|Recursive lock]]s * [[Semaphore (programming)|Semaphores]] * [[Monitor (synchronization)|Monitors]] * [[Message passing]] * [[Tuple space]] Many forms of mutual exclusion have side-effects. For example, classic [[semaphore (programming)|semaphores]] permit [[deadlock (computer science)|deadlock]]s, in which one process gets a semaphore, another process gets a second semaphore, and then both wait till the other semaphore to be released. Other common side-effects include [[Resource starvation|starvation]], in which a process never gets sufficient resources to run to completion; [[priority inversion]], in which a higher-priority thread waits for a lower-priority thread; and high latency, in which response to interrupts is not prompt. Much research is aimed at eliminating the above effects, often with the goal of guaranteeing [[Non-blocking synchronization|non-blocking progress]]. No perfect scheme is known. Blocking system calls used to sleep an entire process. Until such calls became [[Thread safety|threadsafe]], there was no proper mechanism for sleeping a single thread within a process (see [[polling (computer science)|polling]]).{{citation needed|date=May 2016}}
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Mutual exclusion
(section)
Add topic