WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

VanTamNguyen/Operating-System-Concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Operating-System-Concepts

My codes to illustrate what I learn from dinosaur book (Operating System Concepts)

Process synchronization

Package com.tamco.synchronization is some illustration about process synchronization. Peterson solution is a software solution to synchronization problem. But it is complex and not useful in modern computer architecture. Fortunately most of architectures now provide special instructions such as test_and_set , compare_and_swap that are un-interruptable (meaning atomically). We can use them to solve synchronization problem.

About

My codes to illustrate what I learn from dinosaur book (Operating System Concepts)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages