Answers

Question and Answer:

  Home  Embedded Software Engineer

⟩ Tell me 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.

 215 views

More Questions for you: