Home
last modified time | relevance | path

Searched refs:sched_period (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sched_getattr/
H A Dsched_getattr01.c52 attr.sched_period = PERIOD_VAL; in run_deadline()
71 if (attr_copy.sched_period != PERIOD_VAL) { in run_deadline()
72 tst_resm(TINFO, "sched_period is incorrect (%"PRIu64")," in run_deadline()
73 " expected %u", attr.sched_period, PERIOD_VAL); in run_deadline()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_setschedparam.c11 a->_a_period = param->sched_period; in pthread_attr_setschedparam()
H A Dpthread_create.c228 attr->_a_period = param.sched_period; in __pthread_init_and_check_attr()
/third_party/musl/src/thread/
H A Dpthread_attr_setschedparam.c11 a->_a_period = param->sched_period; in pthread_attr_setschedparam()
/third_party/ltp/testcases/kernel/syscalls/sched_setattr/
H A Dsched_setattr01.c54 .sched_period = PERIOD_VAL,
/third_party/ltp/include/lapi/
H A Dsched.h33 uint64_t sched_period; member
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h25 int sched_period; member
/third_party/musl/include/
H A Dsched.h27 int sched_period; member
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c228 attr->_a_period = param.sched_period; in __pthread_init_and_check_attr()

Completed in 5 milliseconds