This website works better with JavaScript
Home
Explore
Help
Register
Sign In
jeremy
/
linux-insides
mirror of
https://github.com/0xAX/linux-insides
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
c1726b0fe1
Branches
Tags
master
linux-insides
/
SyncPrim
/
README.md
README.md
321 B
History
Raw
Synchronization primitives in the Linux kernel.
This chapter describes synchronization primitivies in the Linux kernel.
Introduction to spinloks
- the first part of this chapter describes implementation of spinlock mechanism in the Linux kernel.