Home | History | Annotate | Download | only in tests

Lines Matching defs:param

1288   struct sched_param param;
1290 pthread_getschedparam(pthread_self(), &policy, Ident(&param) + 2),
1293 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, &param),
1295 int res = pthread_getschedparam(pthread_self(), &policy, &param);