Saved Bookmarks
| 1. |
What Is Mutex? |
|
Answer» Mutual exclusion (often abbreviated to mutex) algorithms are USED in CONCURRENT PROGRAMMING to avoid the simultaneous use of a common resource, such as a global variable, by pieces of COMPUTER code called critical SECTIONS. Mutual exclusion (often abbreviated to mutex) algorithms are used in concurrent programming to avoid the simultaneous use of a common resource, such as a global variable, by pieces of computer code called critical sections. |
|