Critical section: Difference between revisions
Appearance
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" |
mNo edit summary |
||
Line 1: | Line 1: | ||
'''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: | [[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.