Name

NAME

pthread_mutex_setprioceiling — change the priority ceiling of a mutex (REALTIME THREADS)

SYNOPSIS

THR TPP #include <pthread.h>

        int pthread_mutex_setprioceiling(pthread_mutex_t *restrict mutex,
            int prioceiling,  int *restrict old_ceiling);

DESCRIPTION

Refer to pthread_mutex_getprioceiling().

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.