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"
 
Ak120 (talk | contribs)
mNo edit summary
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:Stub]]

Revision as of 22:13, 28 October 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.