Skip to content

It is a simple kernel module implementation with threading and locking support using spinlock

Notifications You must be signed in to change notification settings

bsdb0y/kernel-threads-with-locking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kernel Threads with locking using spinlock

It is a simple linux kernel module which implementing threads with proper locking using spinlock

There are two threads, one is for multiplying some dummy value and another one is adding some value and they shares one common global variable for which locking implemeted.

Testing on Linux Kernel 4.19.0

About

It is a simple kernel module implementation with threading and locking support using spinlock

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published