[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]
General Programming Concepts: Writing and Debugging Programs

List of Scheduling Subroutines

pthread_attr_getschedparam Returns the value of the schedparam attribute of a thread attributes object.
pthread_attr_setschedparam Sets the value of the schedparam attribute of a thread attributes object.
pthread_getschedparam Returns the value of the schedpolicy and schedparam attributes of a thread.
pthread_yield Forces the calling thread to relinquish use of its processor.

Related Information

Scheduling Overview.

Threads Library Quick Reference.


[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]