User Tools

Site Tools


race_conditions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
race_conditions [2026/06/09 13:09] reidjsrace_conditions [2026/06/09 13:09] (current) reidjs
Line 1: Line 1:
 ====== Race Condition ====== ====== Race Condition ======
 Occurs in a program when multiple threads or processes access shared data simultaneously and the final outcome depends on the unpredictable order that the scheduler executes them Occurs in a program when multiple threads or processes access shared data simultaneously and the final outcome depends on the unpredictable order that the scheduler executes them
 +
 +
race_conditions.txt · Last modified: by reidjs