Changes

Jump to: navigation, search

GPU621/Group 6

29 bytes added, 02:55, 28 November 2018
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===
46
edits

Navigation menu