]> git.ipfire.org Git - thirdparty/gcc.git/blame - libitm/doc/index.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / libitm / doc / index.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6GCC libquadmath
7===============
8
9Introduction
10============
11
12.. index:: Introduction
13
14This manual documents the usage and internals of libitm, the GNU Transactional
15Memory Library. It provides transaction support for accesses to a process'
16memory, enabling easy-to-use synchronization of accesses to shared memory by
17several threads.
18
19.. toctree::
20
21 copyright
22 enabling-libitm
23 c-c++-language-constructs-for-tm
24 the-libitm-abi
25 internals
26 gnu-free-documentation-license
3ed1b4ce 27 indices-and-tables