FreeRTOS: POSIX
Return to main page ↑
Files
The following files are associated with this library.
 errno.hSystem error numbers
 fcntl.hFile control options
 FreeRTOS_POSIX.hFreeRTOS+POSIX header
 FreeRTOS_POSIX_clock.cImplementation of clock functions in time.h
 FreeRTOS_POSIX_internal.hInternal structs and initializers for FreeRTOS+POSIX
 FreeRTOS_POSIX_mqueue.cImplementation of message queue functions in mqueue.h
 FreeRTOS_POSIX_portable_default.hDefaults for port-specific configuration of FreeRTOS+POSIX
 FreeRTOS_POSIX_pthread.cImplementation of thread functions in pthread.h
 FreeRTOS_POSIX_pthread_barrier.cImplementation of barrier functions in pthread.h
 FreeRTOS_POSIX_pthread_cond.cImplementation of condition variable functions in pthread.h
 FreeRTOS_POSIX_pthread_mutex.cImplementation of mutex functions in pthread.h
 FreeRTOS_POSIX_sched.cImplementation of scheduler functions in sched.h
 FreeRTOS_POSIX_semaphore.cImplementation of functions in semaphore.h
 FreeRTOS_POSIX_timer.cImplementation of timer functions in time.h
 FreeRTOS_POSIX_types.h
 FreeRTOS_POSIX_unistd.cImplementation of functions in unistd.h
 FreeRTOS_POSIX_utils.cImplementation of utility functions in utils.h
 mqueue.hMessage queues
 pthread.hThreads
 sched.hExecution scheduling
 semaphore.hSemaphores
 signal.hSignals
 time.hTime types
 types.hData types
 unistd.hStandard symbolic constants and types
 utils.hUtility functions used by FreeRTOS+POSIX