Searched refs:osThreadId_t (Results 1 – 3 of 3) sorted by relevance
211 typedef void *osThreadId_t; typedef371 osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);376 const char *osThreadGetName (osThreadId_t thread_id);380 osThreadId_t osThreadGetId (void);385 osThreadState_t osThreadGetState (osThreadId_t thread_id);390 uint32_t osThreadGetStackSize (osThreadId_t thread_id);395 uint32_t osThreadGetStackSpace (osThreadId_t thread_id);401 osStatus_t osThreadSetPriority (osThreadId_t thread_id, osPriority_t priority);406 osPriority_t osThreadGetPriority (osThreadId_t thread_id);415 osStatus_t osThreadSuspend (osThreadId_t thread_id);[all …]
476 osThreadId_t thread;
247 #define osThreadId osThreadId_t