46
edits
Changes
→Race Conditions
a data race is a type of race condition that occurs when multiple threads attempt to perform an operation on shared data, a heap race that performs operations on a shared heap,
or a stack race, which performs on a shared stack.
[[File:Race-Condition.png]]
===Deadlocks===