Multithreaded Programming Guide

Return Values

pthread_setschedparam() returns zero after completing successfully. Any other returned value indicates that an error occurred. When either of the following conditions occurs, the pthread_setschedparam() function fails and returns the corresponding value.


EINVAL

The value of the attribute being set is not valid.


ENOTSUP

An attempt was made to set the attribute to an unsupported value.