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






                                                    
 
                                       
 
                                             

        
                                           

            
                                           

        

                                                

            
                                             
 
        
                                           

            
@c
@c  COPYRIGHT (c) 1988-2002.
@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(), Function, Implemented
@end example

@subsection Thread-Specific Data Management

@example
pthread_key_setspecific(), Function, Implemented
pthread_key_getspecific(), Function, Implemented
@end example

@subsection Thread-Specific Data Key Deletion

@example
pthread_key_delete(), Function, Implemented
@end example