]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/threads-aware.xml
man: fix link markup
[thirdparty/systemd.git] / man / threads-aware.xml
CommitLineData
64a7ef8b 1<?xml version="1.0"?>
3a54a157
ZJS
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
0307f791 4<!-- SPDX-License-Identifier: LGPL-2.1+ -->
64a7ef8b
LP
5
6<refsect1>
7
8<para id="strict">All functions listed here are thread-agnostic and only a single specific thread may operate on a
9given object during its entire lifetime. It's safe to allocate multiple independent objects and use each from a
10specific thread in parallel. However, it's not safe to allocate such an object in one thread, and operate or free it
11from any other, even if locking is used to ensure these threads don't operate on it at the very same time.</para>
12
13<para id="safe">All functions listed here are thread-safe and may be called in parallel from multiple threads.</para>
14
15</refsect1>