[ Bottom of Page | Previous Page | Next Page | Contents | Index | 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.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]