aboutsummaryrefslogtreecommitdiff
path: root/manual/threads.texi
AgeCommit message (Collapse)Author
2014-02-03* manual/threads.texi (pthread_key_create, pthread_key_delete,Alexandre Oliva
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 Oliva
2013-10-04Fix typo in manualSiddhesh Poyarekar
2013-09-23manual: Fix a typo in `POSIX Threads' sectionMaciej W. Rozycki
2013-09-20Add first set of memory probes.Alexandre Oliva
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 Poyarekar
2013-03-19Rename nptl.texi to threads.texiSiddhesh Poyarekar
The manual and its file names are about interfaces and not the implementation details.