Name

NAME

pthread_setschedparam — dynamic thread scheduling parameters access (REALTIME THREADS)

SYNOPSIS

THR TPS #include <pthread.h>

        int pthread_setschedparam(pthread_t thread,   int policy,
            const struct sched_param *param);

DESCRIPTION

Refer to pthread_getschedparam().

Get Professional Multicore Programming: Design and Implementation for C++ Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.