Lines Matching defs:param
1288 struct sched_param param;1290 pthread_getschedparam(pthread_self(), &policy, Ident(¶m) + 2),1293 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, ¶m),1295 int res = pthread_getschedparam(pthread_self(), &policy, ¶m);