DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

pthread_mutexattr_setprioceiling(PTHREAD)


pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling -- set, get, prioceiling attribute of mutex attribute

Synopsis

   cc [options] -Kthread file
   

#include <pthread.h>

int pthread_mutexattr_setprioceiling(pthread_mutexattr_t *attr); int *prioceiling); int pthread_mutexattr_getprioceiling(const pthread_mutexattr_t *attr, int *prioceiling);

Description

The functionality of pthread_mutexattr_setprioceiling and pthread_mutexattr_getprioceiling has not been implemented in this release. Calls to these functions will always return ENOSYS.

Return values

pthread_mutexattr_setprioceiling and pthread_mutexattr_getprioceiling always return ENOSYS.

Diagnostics

pthread_mutexattr_setprioceiling and pthread_mutexattr_getprioceiling return the following value:

ENOSYS
The option POSIX_THREAD_PRIO_PROTECT is not defined and the implementation does not support the function.

Standards compliance

The Single UNIX Specification, Version 2; The Open Group.

References

Intro(PTHREAD), pthread_create(PTHREAD), pthread_mutex_init(PTHREAD), pthread_cond_init(PTHREAD), pthread(F)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005