Home
last modified time | relevance | path

Searched defs:schedParam (Results 1 – 8 of 8) sorted by relevance

/kernel/liteos_m/testsuites/unittest/posix/src/pthread/
Dpthread_cond_func_test.c92 struct sched_param schedParam = { 0 }; variable
137 struct sched_param schedParam = { 0 }; variable
185 struct sched_param schedParam = { 0 }; variable
232 struct sched_param schedParam = { 0 }; variable
280 struct sched_param schedParam = { 0 }; variable
341 struct sched_param schedParam = { 0 }; in pthread_f06() local
398 struct sched_param schedParam = { 0 }; variable
460 struct sched_param schedParam = { 0 }; in pthread_f07() local
508 struct sched_param schedParam = { 0 }; variable
605 struct sched_param schedParam = { 0 }; variable
[all …]
/kernel/liteos_m/testsuites/sample/posix/
Dpthread_func_test.c75 struct sched_param schedParam = { 0 }; variable
120 struct sched_param schedParam = { 0 }; variable
168 struct sched_param schedParam = { 0 }; variable
215 struct sched_param schedParam = { 0 }; variable
263 struct sched_param schedParam = { 0 }; variable
324 struct sched_param schedParam = { 0 }; in PthreadFunc06() local
381 struct sched_param schedParam = { 0 }; variable
442 struct sched_param schedParam = { 0 }; in PthreadFunc07() local
493 struct sched_param schedParam = { 0 }; variable
587 struct sched_param schedParam = { 0 }; variable
[all …]
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
Dpthread_cond_test_004.cpp66 struct sched_param schedParam = { 0 }; in pthread_f07() local
109 struct sched_param schedParam = { 0 }; in TestCase() local
Dpthread_cond_test_003.cpp66 struct sched_param schedParam = { 0 }; in pthread_f06() local
117 struct sched_param schedParam = { 0 }; in TestCase() local
/kernel/liteos_a/syscall/
Dprocess_syscall.c63 static int UserTaskSchedulerCheck(unsigned int tid, int policy, const LosSchedParam *schedParam, bo… in UserTaskSchedulerCheck()
91 static int OsUserTaskSchedulerSet(unsigned int tid, int policy, const LosSchedParam *schedParam, bo… in OsUserTaskSchedulerSet()
223 LosSchedParam schedParam = {0}; in SysSchedGetParam() local
/kernel/liteos_a/kernel/base/core/
Dlos_task.c96 SchedParam schedParam = { 0 }; in OsSetMainTask() local
545 SchedParam schedParam = { 0 }; in TaskCBInit() local
Dlos_process.c1008 …INT32 OsSetProcessScheduler(INT32 which, INT32 pid, UINT16 policy, const LosSchedParam *schedParam) in OsSetProcessScheduler()
1070 …S_SEC_TEXT INT32 LOS_SetProcessScheduler(INT32 pid, UINT16 policy, const LosSchedParam *schedParam) in LOS_SetProcessScheduler()
1075 LITE_OS_SEC_TEXT INT32 LOS_GetProcessScheduler(INT32 pid, INT32 *policy, LosSchedParam *schedParam) in LOS_GetProcessScheduler()
/kernel/liteos_m/kal/posix/src/
Dpthread.c100 struct sched_param schedParam = { 0 }; in PthreadAttrCheck() local