Home
last modified time | relevance | path

Searched refs:osThreadId (Results 1 – 1 of 1) sorted by relevance

/bsp/efm32/Libraries/CMSIS/RTOS/
A Dcmsis_os.h185 typedef struct os_thread_cb *osThreadId; typedef
326 osThreadId osThreadCreate (osThreadDef_t *thread_def, void *argument);
331 osThreadId osThreadGetId (void);
337 osStatus osThreadTerminate (osThreadId thread_id);
349 osStatus osThreadSetPriority (osThreadId thread_id, osPriority priority);
355 osPriority osThreadGetPriority (osThreadId thread_id);
428 int32_t osSignalSet (osThreadId thread_id, int32_t signal);
435 int32_t osSignalClear (osThreadId thread_id, int32_t signal);
441 int32_t osSignalGet (osThreadId thread_id);
622 osMessageQId osMessageCreate (osMessageQDef_t *queue_def, osThreadId thread_id);
[all …]

Completed in 6 milliseconds