aboutsummaryrefslogtreecommitdiff
path: root/manual/threads.texi
AgeCommit message (Collapse)AuthorFilesLines
2014-02-28Add header and standard information to threads.texi.Carlos O'Donell1-0/+12
The glibc manual uses special annotations to include functions in the summary chapter. These annotations were missing from the functions in the threads chapter. This patch adds those special markers and in turn adds these functions to the summary chapter.
2014-02-03* manual/threads.texi (pthread_key_create, pthread_key_delete,Alexandre Oliva1-8/+28
pthread_getspecific, pthread_setspecific): Format with @deftypefun, and add @safety note. * manual/signal.texi: Move comments that analyze the above functions to their home place.
2014-02-01* manual/threads.texi: Document MTASC-safety properties.Alexandre Oliva1-0/+138
2013-10-04Fix typo in manualSiddhesh Poyarekar1-1/+1
2013-09-23manual: Fix a typo in `POSIX Threads' sectionMaciej W. Rozycki1-1/+1
2013-09-20Add first set of memory probes.Alexandre Oliva1-1/+1
for ChangeLog * malloc/malloc.c: Include stap-probe.h. (__libc_mallopt): Add memory_mallopt probe. * malloc/arena.c (_int_new_arena): Add memory_arena_new probe. * manual/probes.texi: New. * manual/Makefile (chapters): Add probes. * manual/threads.texi: Set next node.
2013-06-15Add documentation for default pthread attribute functionsSiddhesh Poyarekar1-0/+40
2013-03-19Rename nptl.texi to threads.texiSiddhesh Poyarekar1-0/+44
The manual and its file names are about interfaces and not the implementation details.