Searched refs:aos_task_time_slice_get (Results 1 – 4 of 4) sorted by relevance
103 aos_status_t aos_task_time_slice_get(aos_task_t *task, uint32_t *slice);
191 ret = aos_task_time_slice_get(&(ptcb->task), (uint32_t *)¶m->slice); in sched_getparam()261 ret = aos_task_time_slice_get(&(ptcb->task), &slice_ms); in sched_rr_get_interval()
374 ret = aos_task_time_slice_get(&(ptcb->task), (uint32_t *) &slice); in pthread_getschedparam()
331 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