Searched refs:thrsched (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 854 struct sched_param thrsched; in MsOS_CreateTask() 891 pthread_attr_getschedparam(&thread_attr, &thrsched); in MsOS_CreateTask() 895 thrsched.sched_priority = E_LINUX_PRI_SYS; in MsOS_CreateTask() 898 thrsched.sched_priority = E_LINUX_PRI_HIGHEST; in MsOS_CreateTask() 901 thrsched.sched_priority = E_LINUX_PRI_HIGH; in MsOS_CreateTask() 904 thrsched.sched_priority = E_LINUX_PRI_MEDIUM; in MsOS_CreateTask() 907 thrsched.sched_priority = E_LINUX_PRI_LOW; in MsOS_CreateTask() 910 thrsched.sched_priority = E_LINUX_PRI_LOWEST; in MsOS_CreateTask() 913 pthread_attr_setschedparam(&thread_attr, &thrsched); in MsOS_CreateTask()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/ |
| H A D | mdrv_mfe.c | 943 struct sched_param thrsched; in MFE_ISR_Enable() local 949 pthread_attr_getschedparam(&thrattr, &thrsched); in MFE_ISR_Enable() 950 thrsched.sched_priority = 80; in MFE_ISR_Enable() 951 pthread_attr_setschedparam(&thrattr, &thrsched); in MFE_ISR_Enable() 952 pthread_attr_getschedparam(&thrattr, &thrsched); in MFE_ISR_Enable()
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | madp_mfe.c | 1575 struct sched_param thrsched; in MAdp_MFE_Thread_Create() local 1580 pthread_attr_getschedparam(&thrattr, &thrsched); in MAdp_MFE_Thread_Create() 1581 thrsched.sched_priority = 99;//86; in MAdp_MFE_Thread_Create() 1582 pthread_attr_setschedparam(&thrattr, &thrsched); in MAdp_MFE_Thread_Create() 1583 pthread_attr_getschedparam(&thrattr, &thrsched); in MAdp_MFE_Thread_Create()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 1165 struct sched_param thrsched; in MsOS_CreateTask() local 1272 pthread_attr_getschedparam(&thread_attr, &thrsched); in MsOS_CreateTask() 1276 thrsched.sched_priority = E_LINUX_PRI_SYS; in MsOS_CreateTask() 1279 thrsched.sched_priority = E_LINUX_PRI_HIGHEST; in MsOS_CreateTask() 1286 thrsched.sched_priority = sched_get_priority_min(SCHED_OTHER); in MsOS_CreateTask() 1289 pthread_attr_setschedparam(&thread_attr, &thrsched); in MsOS_CreateTask()
|