Lines Matching refs:pthread_self
1278 pthread_getschedparam(pthread_self(), &policy, Ident(¶m) + 2),1281 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, ¶m),1283 int res = pthread_getschedparam(pthread_self(), &policy, ¶m);