Glossaria.net

Glossary Java / Term

critical section

A segment of code in which a thread uses resources (such as certain instance variables) that can be used by other threads, but that must not be used by them at the same time.

Permanent link critical section - Creation date 2022-01-03


< credentials Glossary / Java CTS >