Symbols
loading...
Files
loading...

cmsis_rtos_threadx library

cmsis_rtos_threadx is a library defining the following symbols:

Most used functions

Name
Location
Summary
The function MemFree allocates thread, timer, mutex, semaphore, event flags and message queue block object memory. Or it allocates the thread or message queue stack memory.
The function MemAlloc allocates thread, timer, mutex, semaphore, event flags and message queue block object memory. Or it allocates the thread or message queue stack memory.
The function MemInit creates memory pools for stack and heap. The stack pool is used for threads and queues stacks allocations. The heap pool is used for threads, timers, mutex, semaphores, message queues and events flags control block object memory allocations. The size of stack and heap pools are user configured using the RTOS2_BYTE_POOL_STACK_SIZE and RTOS2_BYTE_POOL_HEAP_SIZE flags.

Other commonly used symbols

Dependencies

cmsis_rtos_threadx depends on the following libraries: