1.. _module-pw_thread_threadx: 2 3================= 4pw_thread_threadx 5================= 6This is a set of backends for pw_thread based on ThreadX. 7 8.. Warning:: 9 This module is still under construction, the API is not yet stable. 10 11.. list-table:: 12 13 * - :ref:`module-pw_thread` Facade 14 - Backend Target 15 - Description 16 * - ``pw_thread:id`` 17 - ``pw_thread_threadx:id`` 18 - Thread identification. 19 * - ``pw_thread:yield`` 20 - ``pw_thread_threadx:yield`` 21 - Thread scheduler yielding. 22 * - ``pw_thread:sleep`` 23 - ``pw_thread_threadx:sleep`` 24 - Thread scheduler sleeping. 25 * - ``pw_thread:thread`` 26 - ``pw_thread_threadx:thread`` 27 - Thread creation. 28