| .. 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: |