Query: pthread_rwlockattr_destroy
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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)
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |