Module Semaphores (v1)

Purpose

  • Claim a semaphore to reserve exclusive resource access
  • Release a semaphore to relinquish exclusive resource access
  • Only among threads of the same kernel, ie. on the same core

Notes

See Also

Repository