*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> pthread_rwlockattr_destroy (3)              
Title
Content
Arch
Section
 

pthread_rwlockattr_destroy(3)

Contents


NAME    [Toc]    [Back]

       pthread_rwlockattr_destroy  -  Destroys  a previously initialized
 read-write lock attributes object

SYNOPSIS    [Toc]    [Back]

       #include <pthread.h>

       int pthread_rwlockattr_destroy(
               pthread_rwlockattr_t *attr );

LIBRARY    [Toc]    [Back]

       DECthreads POSIX 1003.1c Library (libpthread.so)

PARAMETERS    [Toc]    [Back]

       Address of the read-write lock  attributes  object  to  be
       destroyed.

DESCRIPTION    [Toc]    [Back]

       This  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 VALUES    [Toc]    [Back]

       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 invalid.

ERRORS    [Toc]    [Back]

       None

SEE ALSO    [Toc]    [Back]

      
      
       Functions:                     pthread_rwlockattr_init(3),
       pthread_rwlock_init(3)

       Manuals: Guide to DECthreads and Programmer's Guide



                                    pthread_rwlockattr_destroy(3)
[ Back ]
 Similar pages
Name OS Title
initrd Linux boot loader initialized RAM disk
dmPMGetPluginCount IRIX returns the number of initialized plugins
tt_message_accept HP-UX declare that the process has been initialized and can accept messages
TIFFClose IRIX close a previously opened TIFF file
rmfree Tru64 General: Frees space previously allocated into the specified resource map
timer_delete Tru64 Deallocates a previously allocated per-process timer (P1003.1b)
ildraw IRIX selects a previously allocted ilbuffer as the drawing destination
pkg_delete FreeBSD a utility for deleting previously installed software package distributions
contig_free Tru64 General: Frees a block of memory previously allocated by contig_malloc
pkg_delete OpenBSD a utility for deleting previously installed software package distributions
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service