Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages