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

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

pthread_condattr_destroy(3)

Contents


NAME    [Toc]    [Back]

       pthread_condattr_destroy  -  Destroys a condition variable
       attributes object

SYNOPSIS    [Toc]    [Back]

       #include <pthread.h>

       int pthread_condattr_destroy(
               pthread_condattr_t *attr );

LIBRARY    [Toc]    [Back]

       DECthreads POSIX 1003.1c Library (libpthread.so)

STANDARDS    [Toc]    [Back]

       Interfaces documented on this reference  page  conform  to
       industry standards as follows:

       IEEE  Std  1003.1c-1995,  POSIX System Application Program
       Interface

PARAMETERS    [Toc]    [Back]

       Condition variable attributes object to be destroyed.

DESCRIPTION    [Toc]    [Back]

       This routine destroys  the  specified  condition  variable
       attributes  object--that is, the object becomes uninitialized.


       Condition  variables  that   were   created   using   this
       attributes  object are not affected by the deletion of the
       condition variable attributes object.

       After calling this routine, the results of using attr in a
       call  to any routine (other than pthread_condattr_init(3))
       are unpredictable.

RETURN VALUES    [Toc]    [Back]

       If an error condition occurs,  this  function  returns  an
       integer value indicating the type of error. Possible error
       return values are as follows:  Successful  completion  The
       attributes object specified by attr is invalid.

ERRORS    [Toc]    [Back]

       None

SEE ALSO    [Toc]    [Back]

      
      
       Functions: pthread_condattr_init(3)

       Manuals: Guide to DECthreads, Programmer's Guide



                                      pthread_condattr_destroy(3)
[ Back ]
 Similar pages
Name OS Title
pthread_condattr_init Tru64 Initializes a condition variable attributes object
pthread_condattr_setpshared Tru64 Change the process-shared attribute of a condition variable attributes object
pthread_condattr_getpshared Tru64 Obtain the process-shared attribute of a condition variable attributes object
tis_cond_destroy Tru64 Destroys the specified condition variable
pthread_cond_destroy Tru64 Destroys a condition variable
pthread_attr_destroy Tru64 Destroys a thread attributes object
pthread_mutexattr_destroy Tru64 Destroys the specified mutex attributes object
pthread_cond_getname_np Tru64 Obtain the object name from a condition variable object
pthread_condattr_init IRIX initialize/destroy a condition variable attribute object
pthread_cond_setname_np Tru64 Changes the object name in a condition variable object
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service