Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
|
|
3.5.0 |
Go to the source code of this file.
Functions | |
int | sem_destroy (sem_t *semaphore) |
int | sem_getvalue (sem_t *ZRESTRICT semaphore, int *ZRESTRICT value) |
int | sem_init (sem_t *semaphore, int pshared, unsigned int value) |
int | sem_post (sem_t *semaphore) |
int | sem_timedwait (sem_t *ZRESTRICT semaphore, struct timespec *ZRESTRICT abstime) |
int | sem_trywait (sem_t *semaphore) |
int | sem_wait (sem_t *semaphore) |
int sem_destroy | ( | sem_t * | semaphore | ) |
int sem_post | ( | sem_t * | semaphore | ) |
int sem_trywait | ( | sem_t * | semaphore | ) |
int sem_wait | ( | sem_t * | semaphore | ) |