CMSIS-RTOS2  Version 2.0.0
Real-Time Operating System: API and RTX Reference Implementation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Reference
Here is a list of all modules:
[detail level 12]
\CMSIS-RTOS2 APIDescribes the C function interface of CMSIS-RTOS API v2
 oKernel Information and ControlProvide version/system information and start the RTOS Kernel
 oThread ManagementDefine, create, and control thread functions
 oThread FlagsSynchronize threads using flags
 oEvent FlagsCreate events using flags
 oGeneric Wait FunctionsWait for a time period or unspecified events
 oTimer ManagementCreate and control timer and timer callback functions
 oMutexesSynchronize resource access using Mutual Exclusion (Mutex)
 oSemaphoresAccess shared resources simultaneously from different threads
 oMemory PoolManage thread-safe fixed-size blocks of dynamic memory
 oMessage QueueExchange messages between threads in a FIFO-like operation
 \DefinitionsConstants and enumerations used by many CMSIS-RTOS functions