:orphan: .. title:: NET_TC_THREAD_PREEMPTIVE .. option:: CONFIG_NET_TC_THREAD_PREEMPTIVE *Use pre-emptive TX/RX threads [EXPERIMENTAL]* Type: ``bool`` Help ==== With pre-emptive threads, the thread can be pre-empted. Direct dependencies =================== \ :option:`PREEMPT_ENABLED ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:185`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` 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 .. parsed-literal:: config NET_TC_THREAD_PREEMPTIVE bool "Use pre-emptive TX/RX threads [EXPERIMENTAL]" depends on \ :option:`PREEMPT_ENABLED ` && \ :ref:` ` help With pre-emptive threads, the thread can be pre-empted. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*