Searched refs:osPriority_t (Results 1 – 3 of 3) sorted by relevance
155 } osPriority_t; typedef244 osPriority_t priority; /* /< initial thread priority (default: osPriorityNormal) */398 osStatus_t osThreadSetPriority(osThreadId_t thread_id, osPriority_t priority);403 osPriority_t osThreadGetPriority(osThreadId_t thread_id);
150 static osPriority_t OsPriorityInvalid = 60;167 osPriority_t rv; in thread3()169 osPriority_t prio = osThreadGetPriority(id); in thread3()
107 osPriority_t cv2_prio; in osThreadNew()253 osPriority_t osThreadGetPriority(osThreadId_t thread_id) in osThreadGetPriority()271 osStatus_t osThreadSetPriority(osThreadId_t thread_id, osPriority_t priority) in osThreadSetPriority()