| Kieli | Käännökset |
|---|---|
| ranska | section critique |
| Monikko | critical 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