Man Page: pthread_rwlockattr_destroy
Operating Environment: osf1
Section: 3
pthread_rwlockattr_destroy(3) Library Functions Manual pthread_rwlockattr_destroy(3)NAMEpthread_rwlockattr_destroy - Destroys a previously initialized read-write lock attributes object.LIBRARYDECthreads POSIX 1003.1c Library (libpthread.so)SYNOPSIS#include <pthread.h> int pthread_rwlockattr_destroy( pthread_rwlockattr_t *attr);PARAMETERSAddress of the read-write lock attributes object to be destroyed.DESCRIPTIONThis routine destroys the read-write lock attributes object referenced by attr -- that is, the object becomes uninitialized. After successful completion of this routine, the results of using attr in a call to any routine (other than pthread_rwlockattr_init) are unpredictable.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 invalid.ERRORSNoneRELATED INFORMATIONFunctions: pthread_rwlockattr_init(3), pthread_rwlock_init(3) Manuals: Guide to DECthreads and Programmer's Guide delim off pthread_rwlockattr_destroy(3)
| Related Man Pages |
|---|
| pthread_rwlockattr(3) - netbsd |
| pthread_rwlockattr_init(3) - linux |
| pthread_rwlockattr_destroy(3t) - hpux |
| pthread_rwlockattr_getpshared(3) - osf1 |
| pthread_rwlockattr_init(3c) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Low Impact PHP Errors and Logging Levels |
| PHP Write Man Pages to MySQL DB |