summaryrefslogtreecommitdiff
path: root/doc/api/uthread.rst
blob: 8b25cc1ff801afc3592fc8ba8a92416e4a4a5776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. SPDX-License-Identifier: GPL-2.0-or-later

Uthread API
===========

.. kernel-doc:: include/uthread.h
   :doc: Overview

.. kernel-doc:: include/uthread.h
   :internal:

Example
-------

Here is an example of how to use this API:

.. literalinclude:: ../../test/lib/uthread.c
   :language: c
   :linenos: