_pthread_getschedparam
#define pthread_getschedparam _pthread_getschedparam
if ((ret = _pthread_getschedparam(pthread, &policy, ¶m)) == 0)
__weak_reference(_pthread_getschedparam, pthread_getschedparam);