summaryrefslogblamecommitdiffstats
path: root/doc/posix1003.1/ch17.t
blob: 8e8d123ab9b121c489dae32799cc76272984cbe6 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                    
 
                                       
 
                                             




                    
                                           





                         
                                             
 



                    
@c
@c  COPYRIGHT (c) 1988-1998.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  $Id$
@c

@chapter Thread-Specific Data

@section Thread-Specific Data Functions

@subsection Thread-Specific Data Key Creation

@example
pthread_key_create()
@end example

@subsection Thread-Specific Data Management

@example
pthread_key_setspecific()
pthread_key_getspecific()
@end example

@subsection Thread-Specific Data Key Deletion

@example
pthread_key_delete()
@end example