|
EE445M RTOS
Taken at the University of Texas Spring 2015
|
This is the complete list of members for semaphore, including all inherited members.
| blocked(void) | semaphore | |
| EndCritical(uint32_t primask) | critical | inline |
| guard(void) | semaphore | |
| init(void) | semaphore | |
| post(void) | semaphore | |
| reset(void) | semaphore | |
| semaphore() | semaphore | |
| semaphore(int16_t initial_value) | semaphore | |
| StartCritical(void) | critical | inline |
| static_EndCritical(uint32_t primask) | critical | inlinestatic |
| static_StartCritical(void) | critical | inlinestatic |
| take(void) | semaphore | |
| total_posts | semaphore | private |
| value | semaphore | private |
| wait(void) | semaphore |