Searched refs:aos_task_pri_change (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | rhino.h | 45 aos_status_t aos_task_pri_change(aos_task_t *task, uint8_t pri, uint8_t *old_pri);
|
/AliOS-Things-master/components/posix/src/ |
A D | sched.c | 144 ret = aos_task_pri_change(&(ptcb->task), priority, &old_priority); in sched_setparam()
|
A D | pthread.c | 479 ret = aos_task_pri_change(&(ptcb->task), kpriority, &old_prio); in pthread_setschedprio()
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_task.c | 260 aos_status_t aos_task_pri_change(aos_task_t *task, uint8_t pri, uint8_t *old_pri) in aos_task_pri_change() function
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | aos_osdep.c | 650 aos_task_pri_change((aos_task_t *)&task, priority, &old_pri); in _aos_set_priority_task()
|
Completed in 9 milliseconds