Critical section

id: critical-section-248-18217815
title: Critical section
text: In concurrent programming, concurrent accesses to shared resources can lead to unexpected or erroneous behavior. Thus, the parts of the program where the shared resource is accessed need to be protected in ways that avoid the concurrent access. One way to do so is known as a critical section or critical region. This protected section cannot be entered by more than one process or thread at a time; others are suspended until the first leaves the critical section. Typically, the critical section ac
brand slug: wiki
category slug: encyclopedia
description: Protected section of code that cannot be executed by more than one process at a time
original url: https://en.wikipedia.org/wiki/Critical_section
date created:
date modified: 2024-04-11T21:38:29Z
main entity: {"identifier":"Q1046373","url":"https://www.wikidata.org/entity/Q1046373"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part