pthread_attr_delete(3-thr) pthread_attr_delete(3-thr)
NAME
pthreadattrdelete - deletes a thread attributes object
SYNOPSIS
#include <pthread.h>
int pthreadattrdelete(pthreadattrt *attr);
PARAMETERS
attr Thread attributes object deleted.
DESCRIPTION
The pthreadattrdelete() routine deletes a thread attributes object
and gives permission to reclaim storage for the thread attributes
object. Threads that were created using this thread attributes object
are not affected by the deletion of the thread attributes object.
The results of calling this routine are unpredictable if the value
specified by the attr parameter refers to a thread attributes object
that does not exist.
RETURN VALUES
If the function fails, errno may be set to one of the following
values:
EINVAL The value specified by attr is invalid.
SEE ALSO
pthreadattrcreate(3-thr).
Page 1 Reliant UNIX 5.44 Printed 11/98