Home
last modified time | relevance | path

Searched refs:aos_task_pri_change (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/osal_aos/include/aos/
A Drhino.h45 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 Dsched.c144 ret = aos_task_pri_change(&(ptcb->task), priority, &old_priority); in sched_setparam()
A Dpthread.c479 ret = aos_task_pri_change(&(ptcb->task), kpriority, &old_prio); in pthread_setschedprio()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_task.c260 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 Daos_osdep.c650 aos_task_pri_change((aos_task_t *)&task, priority, &old_pri); in _aos_set_priority_task()

Completed in 11 milliseconds