Home
last modified time | relevance | path

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

/AliOS-Things-master/components/osal_aos/include/aos/
A Drhino.h103 aos_status_t aos_task_time_slice_get(aos_task_t *task, uint32_t *slice);
/AliOS-Things-master/components/posix/src/
A Dsched.c191 ret = aos_task_time_slice_get(&(ptcb->task), (uint32_t *)&param->slice); in sched_getparam()
261 ret = aos_task_time_slice_get(&(ptcb->task), &slice_ms); in sched_rr_get_interval()
A Dpthread.c374 ret = aos_task_time_slice_get(&(ptcb->task), (uint32_t *) &slice); in pthread_getschedparam()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_task.c331 aos_status_t aos_task_time_slice_get(aos_task_t *task, uint32_t *slice) in aos_task_time_slice_get() function

Completed in 8 milliseconds