VMS Help POSIX Threads, PTHREAD routines, pthread_getschedparam, C Binding *Conan The Librarian (sorry for the slow response - running on an old VAX) |
#include <pthread.h> int pthread_getschedparam ( pthread_t thread, int *policy, struct sched_param *param);
|