|
ChibiOS 21.11.4
|
Nil RTOS semaphores source file. More...
#include "ch.h"Go to the source code of this file.
Functions | |
| msg_t | chSemWaitTimeout (semaphore_t *sp, sysinterval_t timeout) |
| Performs a wait operation on a semaphore with timeout specification. | |
| msg_t | chSemWaitTimeoutS (semaphore_t *sp, sysinterval_t timeout) |
| Performs a wait operation on a semaphore with timeout specification. | |
| void | chSemSignal (semaphore_t *sp) |
| Performs a signal operation on a semaphore. | |
| void | chSemSignalI (semaphore_t *sp) |
| Performs a signal operation on a semaphore. | |
| void | chSemResetWithMessage (semaphore_t *sp, cnt_t n, msg_t msg) |
| Performs a reset operation on the semaphore. | |
| void | chSemResetWithMessageI (semaphore_t *sp, cnt_t n, msg_t msg) |
| Performs a reset operation on the semaphore. | |
Nil RTOS semaphores source file.
Definition in file nil/src/chsem.c.