From 5e53171dfa27fa8ab863c04e8f4a21b0fe22f088 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 14 Mar 1998 17:43:56 +0000 Subject: Added functions from POSIX standard. --- doc/posix1003.1/ch17.t | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/posix1003.1/ch17.t') diff --git a/doc/posix1003.1/ch17.t b/doc/posix1003.1/ch17.t index 2e7049cd23..8e8d123ab9 100644 --- a/doc/posix1003.1/ch17.t +++ b/doc/posix1003.1/ch17.t @@ -7,8 +7,25 @@ @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 + -- cgit v1.2.3