.. _glossary:

Glossary
========

.. glossary::
    :sorted:

    thread safe
        A function or process that is thread safe means that multiple POSIX
        threads can execute it in parallel without race conditions or deadlock
        situations.
