Searched defs:schedParam (Results 1 – 8 of 8) sorted by relevance
| /kernel/liteos_m/testsuites/unittest/posix/src/pthread/ |
| D | pthread_cond_func_test.c | 92 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/ |
| D | pthread_func_test.c | 75 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/ |
| D | pthread_cond_test_004.cpp | 66 struct sched_param schedParam = { 0 }; in pthread_f07() local 109 struct sched_param schedParam = { 0 }; in TestCase() local
|
| D | pthread_cond_test_003.cpp | 66 struct sched_param schedParam = { 0 }; in pthread_f06() local 117 struct sched_param schedParam = { 0 }; in TestCase() local
|
| /kernel/liteos_a/syscall/ |
| D | process_syscall.c | 63 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/ |
| D | los_task.c | 96 SchedParam schedParam = { 0 }; in OsSetMainTask() local 545 SchedParam schedParam = { 0 }; in TaskCBInit() local
|
| D | los_process.c | 1008 …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/ |
| D | pthread.c | 100 struct sched_param schedParam = { 0 }; in PthreadAttrCheck() local
|