Home
last modified time | relevance | path

Searched refs:osStatus_t (Results 1 - 1 of 1) sorted by relevance

/third_party/cmsis/CMSIS/RTOS2/Include/
H A Dcmsis_os2.h254 } osStatus_t; typedef
356 osStatus_t osKernelInitialize (void);
363 osStatus_t osKernelGetInfo (osVersion_t *version, char *id_buf, uint32_t id_size);
371 osStatus_t osKernelStart (void);
397 osStatus_t osKernelProtect (uint32_t safety_class);
403 osStatus_t osKernelDestroyClass (uint32_t safety_class, uint32_t mode);
469 osStatus_t osThreadSetPriority (osThreadId_t thread_id, osPriority_t priority);
478 osStatus_t osThreadYield (void);
483 osStatus_t osThreadSuspend (osThreadId_t thread_id);
488 osStatus_t osThreadResum
[all...]

Completed in 2 milliseconds