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)NAMEpthread_rwlockattr_getpshared - Obtains the process-shared attribute of a read-write lock attributes object.LIBRARYDECthreads POSIX 1003.1c Library (libpthread.so)SYNOPSIS#include <pthread.h> int pthread_rwlockattr_getpshared( const pthread_rwlockattr_t *attr, int *pshared);PARAMETERSAddress 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.DESCRIPTIONThis 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 VALUESIf 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.ERRORSNoneRELATED INFORMATIONFunctions: pthread_rwlockattr_setpshared(3), pthread_rwlockattr_init(3) Manuals: Guide to DECthreads and Programmer's Guide delim off pthread_rwlockattr_getpshared(3)
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 |