1 .\" Copyright (c) 2004-2007 Apple Inc. All rights reserved.
6 .Nm pthread_attr_destroy ,
8 .Nd thread attribute operations
10 .Fd #include <pthread.h>
12 .Fo pthread_attr_destroy
13 .Fa "pthread_attr_t *attr"
17 .Fa "pthread_attr_t *attr"
20 Thread attributes are used to specify parameters to
22 One attribute object can be used in multiple calls to
24 with or without modifications between calls.
30 with all the default thread attributes.
33 .Fn pthread_attr_destroy
37 If successful, these functions return 0.
38 Otherwise, an error number is returned to indicate the error.
48 .Fn pthread_attr_destroy
60 .Fn pthread_attr_init ,
61 .Fn pthread_attr_destroy