Searched refs:SysSchedSetScheduler (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_m/components/security/syscall/ |
H A D | los_syscall.h | 43 int SysSchedSetScheduler(unsigned int tid, int policy, int priority);
|
H A D | pthread_syscall.c | 68 int SysSchedSetScheduler(unsigned int tid, int policy, int priority) in SysSchedSetScheduler() function
|
/kernel/liteos_a/syscall/ |
H A D | process_syscall.c | 184 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 D | los_syscall.h | 75 extern int SysSchedSetScheduler(int id, int policy, const LosSchedParam *userParam, int flag);
|
Completed in 5 milliseconds