Lines Matching defs:thread_id
66 void *is_cmsis_rtos_v2_thread(void *thread_id) in is_cmsis_rtos_v2_thread()
220 const char *osThreadGetName(osThreadId_t thread_id) in osThreadGetName()
253 osPriority_t osThreadGetPriority(osThreadId_t thread_id) in osThreadGetPriority()
271 osStatus_t osThreadSetPriority(osThreadId_t thread_id, osPriority_t priority) in osThreadSetPriority()
297 osThreadState_t osThreadGetState(osThreadId_t thread_id) in osThreadGetState()
350 uint32_t osThreadGetStackSize(osThreadId_t thread_id) in osThreadGetStackSize()
365 uint32_t osThreadGetStackSpace(osThreadId_t thread_id) in osThreadGetStackSpace()
386 osStatus_t osThreadSuspend(osThreadId_t thread_id) in osThreadSuspend()
410 osStatus_t osThreadResume(osThreadId_t thread_id) in osThreadResume()
435 osStatus_t osThreadDetach(osThreadId_t thread_id) in osThreadDetach()
464 osStatus_t osThreadJoin(osThreadId_t thread_id) in osThreadJoin()
522 osStatus_t osThreadTerminate(osThreadId_t thread_id) in osThreadTerminate()