|
VMS Help POSIX Threads, PTHREAD routines, pthread_setschedparam, C Binding *Conan The Librarian |
#include <pthread.h>
int
pthread_setschedparam (
pthread_t thread,
int policy,
const struct sched_param *param);
|
|