|
| Semaphore Management Routines| Routine | Attributes | Description |
|---|
| os_sem_init | | Initializes a semaphore object. | | os_sem_send | | Sends a signal (token) to the semaphore. | | os_sem_wait | | Waits for a signal (token) from the semaphore. | | isr_sem_send | | Sends a signal (token) to the semaphore. |
note - The semaphore management routines enable you to use semaphores to synchronize the activities of the various tasks and to protect shared variables from corruption.
Related Knowledgebase Articles |
|