 | | Syntax: In a Draft 4 implementation, you use the pthread_attr_setprio and pthread_attr_getprio functions to set and get a thread's scheduling-priority attribute; in an implementation that conforms to the final standard, you use pthread_attr_setschedparam and pthread_attr_getschedparam. | |
|