osf1 man page for pthread_rwlockattr_getpshared

Query: pthread_rwlockattr_getpshared

OS: osf1

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

pthread_rwlockattr_getpshared(3)			     Library Functions Manual				  pthread_rwlockattr_getpshared(3)

NAME
pthread_rwlockattr_getpshared - Obtains the process-shared attribute of a read-write lock attributes object.
LIBRARY
DECthreads POSIX 1003.1c Library (libpthread.so)
SYNOPSIS
#include <pthread.h> int pthread_rwlockattr_getpshared( const pthread_rwlockattr_t *attr, int *pshared);
PARAMETERS
Address of the read-write lock attributes object whose process-shared attribute is to be obtained. Location to store the value of the process-shared attribute of attr.
DESCRIPTION
This routine obtains the value of the process-shared attribute in the read-write lock attributes object referenced by attr and stores it at the location pshared. The object referenced by attr must be initialized before this routine is called.
RETURN VALUES
If an error condition occurs, this routine returns an integer value indicating the type of error. Possible return values are as follows: Successful completion. The value specified by attr is not a valid attributes object.
ERRORS
None
RELATED INFORMATION
Functions: pthread_rwlockattr_setpshared(3), pthread_rwlockattr_init(3) Manuals: Guide to DECthreads and Programmer's Guide delim off pthread_rwlockattr_getpshared(3)
Related Man Pages
pthread_rwlockattr_setpshared(3t) - hpux
pthread_rwlockattr_setpshared(3) - osf1
pthread_rwlockattr_getpshared(3c) - sunos
pthread_rwlockattr_getpshared(3) - osx
pthread_rwlockattr_getpshared(3c) - debian
Similar Topics in the Unix Linux Community
Throw my Toys out of the Pram!
Low Impact PHP Errors and Logging Levels
PHP Write Man Pages to MySQL DB