blob: 8b25cc1ff801afc3592fc8ba8a92416e4a4a5776 [file] [log] [blame]
Jerome Forissierc14cfee2025-04-18 16:09:34 +02001.. SPDX-License-Identifier: GPL-2.0-or-later
2
3Uthread API
4===========
5
6.. kernel-doc:: include/uthread.h
Jerome Forissiercb163872025-04-18 16:09:38 +02007 :doc: Overview
8
9.. kernel-doc:: include/uthread.h
Jerome Forissierc14cfee2025-04-18 16:09:34 +020010 :internal:
Jerome Forissiercb163872025-04-18 16:09:38 +020011
12Example
13-------
14
15Here is an example of how to use this API:
16
17.. literalinclude:: ../../test/lib/uthread.c
18 :language: c
19 :linenos: