Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dpthread_attr.c44 attr->schedparam.sched_priority = LOSCFG_BASE_CORE_TSK_DEFAULT_PRIO; in pthread_attr_init()
166 attr->schedparam = *param; in pthread_attr_setschedparam()
177 *param = attr->schedparam; in pthread_attr_getschedparam()
H A Dpthread.c151 taskInitParam.usTaskPrio = (UINT16)attr->schedparam.sched_priority; in pthread_create()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Thread.c45 struct sched_param schedparam; member
72 if (thread->schedparam.sched_priority != 0) { in Rockchip_OSAL_ThreadCreate()
73 pthread_attr_setschedparam(&thread->attr, &thread->schedparam); in Rockchip_OSAL_ThreadCreate()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/hw/include/bits/
H A Dpthread_types.h39 struct sched_param schedparam; member

Completed in 2 milliseconds