Home
last modified time | relevance | path

Searched refs:SysSchedSetScheduler (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_m/components/security/syscall/
H A Dlos_syscall.h43 int SysSchedSetScheduler(unsigned int tid, int policy, int priority);
H A Dpthread_syscall.c68 int SysSchedSetScheduler(unsigned int tid, int policy, int priority) in SysSchedSetScheduler() function
/kernel/liteos_a/syscall/
H A Dprocess_syscall.c184 int SysSchedSetScheduler(int id, int policy, const LosSchedParam *userParam, int flag) in SysSchedSetScheduler() function
322 return SysSchedSetScheduler(id, policy, userParam, flag); in SysSchedSetParam()
H A Dlos_syscall.h75 extern int SysSchedSetScheduler(int id, int policy, const LosSchedParam *userParam, int flag);

Completed in 5 milliseconds