Searched refs:setparam (Results 1 – 2 of 2) sorted by relevance
27 struct sched_param setparam; in pthread_attr_setschedparam_0100() local29 setparam.sched_priority = 1; in pthread_attr_setschedparam_0100()32 int ret = pthread_attr_setschedparam(&attr, &setparam); in pthread_attr_setschedparam_0100()38 EXPECT_EQ("pthread_attr_setschedparam_0100", getparam.sched_priority, setparam.sched_priority); in pthread_attr_setschedparam_0100()
363 struct sched_param setparam; in pthread_attr_getschedparam_0100() local366 memset(&setparam, 0x0, sizeof(setparam)); in pthread_attr_getschedparam_0100()368 setparam.sched_priority = 1; in pthread_attr_getschedparam_0100()371 int ret = pthread_attr_setschedparam(&attr, &setparam); in pthread_attr_getschedparam_0100()