Answers

Question and Answer:

  Home  Advanced Embedded Systems

⟩ Please explain whether we can use semaphore or mutex or spinlock in interrupt context in Linux Kernel?

Semaphore or Mutex cannot be used for interrupt context in Linux Kernel. While spinlocks can be used for locking in interrupt context.

 233 views

More Questions for you: