Lines Matching full:pthread_self
1237 pthread_getschedparam(pthread_self(), &policy, Ident(¶m) + 2),1240 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, ¶m),1242 int res = pthread_getschedparam(pthread_self(), &policy, ¶m);