Jump to content

Critical section

From EDM2
Revision as of 00:44, 24 November 2012 by Martini (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

"critical section": a piece of code from which you manipulate data that you don't want to have altered from another thread executing concurrently