Home | History | Annotate | Download | only in tests

Lines Matching refs:pthread_self

1278       pthread_getschedparam(pthread_self(), &policy, Ident(&param) + 2),
1281 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, &param),
1283 int res = pthread_getschedparam(pthread_self(), &policy, &param);