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






                                                    
 
                                       
 
                                             

        
                                           

            
                                           

        

                                                

            
                                             
 
        
                                           

            
@c
@c  COPYRIGHT (c) 1988-1999.
@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