Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pthread_mutex_setprioceiling(3T) — SunOS 5.5

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

pthread_mutex_init(3T)

pthread_mutex_setprioceiling(3T)

NAME

pthread_mutex_setprioceiling, pthread_mutex_getprioceiling − change the priority ceiling of a mutex

SYNOPSIS

#include <pthread.h>

int pthread_mutex_setprioceiling(pthread_mutex_t ∗mutex, int prioceiling,

int ∗old_ceiling);
int pthread_mutex_getprioceiling (const pthread_mutex_t ∗mutex, int ∗prioceiling);

MT-LEVEL

MT-Safe

DESCRIPTION

In the current implementation, {_POSIX_THREAD_PRIO_PROTECT} is undefined and the functions pthread_mutex_setprioceiling() and pthread_mutex_getprioceiling() return ENOSYS. 

SEE ALSO

pthread_mutex_init(3T)

SunOS 5.5  —  Last change: 30 Jun 1995

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026