:orphan: .. title:: CONFIG_NET_TC_THREAD_PREEMPTIVE .. kconfig:: CONFIG_NET_TC_THREAD_PREEMPTIVE CONFIG_NET_TC_THREAD_PREEMPTIVE ############################### *Use pre-emptive TX/RX threads [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none With pre-emptive threads, the thread can be pre-empted. Direct dependencies =================== \ :kconfig:`PREEMPT_ENABLED ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`EXPERIMENTAL ` Kconfig definition ================== At ``/net/ip/Kconfig:211`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:83`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → How the network RX/TX threads should work .. code-block:: kconfig config NET_TC_THREAD_PREEMPTIVE bool "Use pre-emptive TX/RX threads [EXPERIMENTAL]" select EXPERIMENTAL depends on PREEMPT_ENABLED && help With pre-emptive threads, the thread can be pre-empted. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*