pthread_getspecific.3 (d8a7868820265181ac2d938dcbcc10c3f199d583) pthread_getspecific.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.

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

74.Sh ERRORS
75None.
76.Sh SEE ALSO
77.Xr pthread_key_create 3 ,
78.Xr pthread_key_delete 3 ,
79.Xr pthread_setspecific 3
80.Sh STANDARDS
81.Fn pthread_getspecific
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.

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

74.Sh ERRORS
75None.
76.Sh SEE ALSO
77.Xr pthread_key_create 3 ,
78.Xr pthread_key_delete 3 ,
79.Xr pthread_setspecific 3
80.Sh STANDARDS
81.Fn pthread_getspecific
82conforms to ISO/IEC 9945-1 ANSI/IEEE
83.Pq Dq Tn POSIX
84Std 1003.1 Second Edition 1996-07-12.
82conforms to
83.St -p1003.1-96 .