PreviousNext

Deleting an Attributes Object

To delete an attributes object, use one of the following routines:

· The pthread_attr_delete( ) routine for thread attributes objects

· The pthread_condattr_delete( ) routine for condition variable attributes objects

· The pthread_mutexattr_delete( ) routine for mutex attributes objects

Deleting an attributes object does not affect the attributes of objects previously created.