shirabe.org
#289,355
Meaning
  1. 1
    English · JMdict
    computing
    critical section
  2. 2
    English · Wikipedia

    In concurrent programming, concurrent accesses to shared resources can lead to unexpected or erroneous behavior so parts of the program where the shared resource is accessed is protected. This protected section is the critical section or critical region. It cannot be executed by more than one process. Typically, the critical section accesses a shared resource, such as a data structure, a peripheral device, or a network connection, that does not allow multiple concurrent accesses.

    Read full article on Wikipedia · CC-BY-SA

Forms
Learn this word with smart reviews that adapt to you Save word

Legend

What the coloured tags mean