Lines Matching refs:osThreadId_t
208 typedef void *osThreadId_t; typedef
368 osThreadId_t osThreadNew(osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
373 const char *osThreadGetName(osThreadId_t thread_id);
377 osThreadId_t osThreadGetId(void);
382 osThreadState_t osThreadGetState(osThreadId_t thread_id);
387 uint32_t osThreadGetStackSize(osThreadId_t thread_id);
392 uint32_t osThreadGetStackSpace(osThreadId_t thread_id);
398 osStatus_t osThreadSetPriority(osThreadId_t thread_id, osPriority_t priority);
403 osPriority_t osThreadGetPriority(osThreadId_t thread_id);
412 osStatus_t osThreadSuspend(osThreadId_t thread_id);
417 osStatus_t osThreadResume(osThreadId_t thread_id);
422 osStatus_t osThreadDetach(osThreadId_t thread_id);
427 osStatus_t osThreadJoin(osThreadId_t thread_id);
435 osStatus_t osThreadTerminate(osThreadId_t thread_id);
445 uint32_t osThreadEnumerate(osThreadId_t *thread_array, uint32_t array_items);
454 uint32_t osThreadFlagsSet(osThreadId_t thread_id, uint32_t flags);
592 osThreadId_t osMutexGetOwner(osMutexId_t mutex_id);