Home
last modified time | relevance | path

Searched refs:aos_task_time_slice_set (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/osal_aos/include/aos/
A Drhino.h93 aos_status_t aos_task_time_slice_set(aos_task_t *task, uint32_t slice);
/AliOS-Things-master/components/posix/src/
A Dsched.c83 ret = aos_task_time_slice_set(&(ptcb->task), param->slice); in sched_setscheduler()
152 ret = aos_task_time_slice_set(&(ptcb->task), param->slice); in sched_setparam()
A Dpthread.c413 ret = aos_task_time_slice_set(&(ptcb->task), param->slice); in pthread_setschedparam()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_task.c322 aos_status_t aos_task_time_slice_set(aos_task_t *task, uint32_t slice) in aos_task_time_slice_set() function

Completed in 7 milliseconds