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