Semaphores are used to synchronize tasks
Semaphores use a counter to track the number of events
Posting a semaphore notifies a task about an event
A semaphore pend allows a task to wait on an event
Semaphores are used to synchronize tasks
Semaphores use a counter to track the number of events
Posting a semaphore notifies a task about an event
A semaphore pend allows a task to wait on an event
No replies yet.