Jump to content

Critical section: Difference between revisions

From EDM2
Created page with ""critical section": a piece of code from which you manipulate data that you don't want to have altered from another thread executing concurrently Category:Glossary"
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
"critical section": a piece of code from which you manipulate data that you don't want to have altered from another thread executing concurrently
'''Critical section''' is a piece of code from which you manipulate data that you don't want to have altered from another [[thread]] executing concurrently.


[[Category:Glossary]]
[[Category:Glossary]]

Latest revision as of 04:57, 12 November 2017

Critical section is a piece of code from which you manipulate data that you don't want to have altered from another thread executing concurrently.