Searched refs:aos_task_time_slice_set (Results 1 – 4 of 4) sorted by relevance
93 aos_status_t aos_task_time_slice_set(aos_task_t *task, uint32_t slice);
83 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()
413 ret = aos_task_time_slice_set(&(ptcb->task), param->slice); in pthread_setschedparam()
322 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