Index of /perry/os/ostep/code/threads-bugs

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]Makefile 2019-05-30 13:37 434  
[TXT]atomicity.c 2019-05-30 13:37 1.2K 
[TXT]atomicity_fixed.c 2019-05-30 13:37 1.4K 
[TXT]deadlock.c 2019-05-30 13:37 1.4K 
[   ]deadlock_run.sh 2019-05-30 13:37 51  
[TXT]ordering.c 2019-05-30 13:37 1.0K 
[TXT]ordering_fixed.c 2019-05-30 13:37 1.4K 

ostep-code/threads-bugs

Common Concurrency Problems

Code examples from the chapter about concurrency problems.
Type make to build all examples.

Atomicity Failure

Ordering Violation

Deadlock