Lines Matching refs:osThreadId_t
258 typedef void *osThreadId_t;
429 osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
434 const char *osThreadGetName (osThreadId_t thread_id);
439 uint32_t osThreadGetClass (osThreadId_t thread_id);
444 uint32_t osThreadGetZone (osThreadId_t thread_id);
448 osThreadId_t osThreadGetId (void);
453 osThreadState_t osThreadGetState (osThreadId_t thread_id);
458 uint32_t osThreadGetStackSize (osThreadId_t thread_id);
463 uint32_t osThreadGetStackSpace (osThreadId_t thread_id);
469 osStatus_t osThreadSetPriority (osThreadId_t thread_id, osPriority_t priority);
474 osPriority_t osThreadGetPriority (osThreadId_t thread_id);
483 osStatus_t osThreadSuspend (osThreadId_t thread_id);
488 osStatus_t osThreadResume (osThreadId_t thread_id);
493 osStatus_t osThreadDetach (osThreadId_t thread_id);
498 osStatus_t osThreadJoin (osThreadId_t thread_id);
506 osStatus_t osThreadTerminate (osThreadId_t thread_id);
538 osStatus_t osThreadSetAffinityMask (osThreadId_t thread_id, uint32_t affinity_mask);
543 uint32_t osThreadGetAffinityMask (osThreadId_t thread_id);
553 uint32_t osThreadEnumerate (osThreadId_t *thread_array, uint32_t array_items);
562 uint32_t osThreadFlagsSet (osThreadId_t thread_id, uint32_t flags);
700 osThreadId_t osMutexGetOwner (osMutexId_t mutex_id);
862 uint32_t osWatchdogAlarm_Handler (osThreadId_t thread_id);