Sanakirja
Tekoälykääntäjä
Kuvat 2
KieliKäännökset
ranskasection critique

Määritelmät

Substantiivi

  1. (programming) A piece of code that accesses a shared resource that must not be concurrently accessed by more than one thread of execution.

Taivutusmuodot

Monikkocritical sections

(programming) A piece of code that accesses a shared resource that must not be concurrently accessed by more than one thread of execution.

Flow graph depicting need for critical section

(programming) A piece of code that accesses a shared resource that must not be concurrently accessed by more than one thread of execution.

Pseudocode for implementing critical section