pthread_setspecific.3 (d8a7868820265181ac2d938dcbcc10c3f199d583) pthread_setspecific.3 (096841eceb6f1e33621f6688cd52239f87d99c31)
1.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 78 unchanged lines hidden (view full) ---

87.El
88.Pp
89.Sh SEE ALSO
90.Xr pthread_getspecific 3 ,
91.Xr pthread_key_create 3 ,
92.Xr pthread_key_delete 3
93.Sh STANDARDS
94.Fn pthread_setspecific
1.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 78 unchanged lines hidden (view full) ---

87.El
88.Pp
89.Sh SEE ALSO
90.Xr pthread_getspecific 3 ,
91.Xr pthread_key_create 3 ,
92.Xr pthread_key_delete 3
93.Sh STANDARDS
94.Fn pthread_setspecific
95conforms to ISO/IEC 9945-1 ANSI/IEEE
96.Pq Dq Tn POSIX
97Std 1003.1 Second Edition 1996-07-12.
95conforms to
96.St -p1003.1-96 .