Home | History | Annotate | Download | only in tests

Lines Matching full:pthread_self

1237       pthread_getschedparam(pthread_self(), &policy, Ident(&param) + 2),
1240 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, &param),
1242 int res = pthread_getschedparam(pthread_self(), &policy, &param);