|
FreeRTOS:
POSIX
|
| Return to main page ↑ |
| errno.h | System error numbers |
| fcntl.h | File control options |
| FreeRTOS_POSIX.h | FreeRTOS+POSIX header |
| FreeRTOS_POSIX_clock.c | Implementation of clock functions in time.h |
| FreeRTOS_POSIX_internal.h | Internal structs and initializers for FreeRTOS+POSIX |
| FreeRTOS_POSIX_mqueue.c | Implementation of message queue functions in mqueue.h |
| FreeRTOS_POSIX_portable_default.h | Defaults for port-specific configuration of FreeRTOS+POSIX |
| FreeRTOS_POSIX_pthread.c | Implementation of thread functions in pthread.h |
| FreeRTOS_POSIX_pthread_barrier.c | Implementation of barrier functions in pthread.h |
| FreeRTOS_POSIX_pthread_cond.c | Implementation of condition variable functions in pthread.h |
| FreeRTOS_POSIX_pthread_mutex.c | Implementation of mutex functions in pthread.h |
| FreeRTOS_POSIX_sched.c | Implementation of scheduler functions in sched.h |
| FreeRTOS_POSIX_semaphore.c | Implementation of functions in semaphore.h |
| FreeRTOS_POSIX_timer.c | Implementation of timer functions in time.h |
| FreeRTOS_POSIX_types.h | |
| FreeRTOS_POSIX_unistd.c | Implementation of functions in unistd.h |
| FreeRTOS_POSIX_utils.c | Implementation of utility functions in utils.h |
| mqueue.h | Message queues |
| pthread.h | Threads |
| sched.h | Execution scheduling |
| semaphore.h | Semaphores |
| signal.h | Signals |
| time.h | Time types |
| types.h | Data types |
| unistd.h | Standard symbolic constants and types |
| utils.h | Utility functions used by FreeRTOS+POSIX |