:orphan: .. title:: NET_TC_THREAD_COOPERATIVE .. option:: CONFIG_NET_TC_THREAD_COOPERATIVE *Use co-operative TX/RX threads* Type: ``bool`` Help ==== With co-operative threads, the thread cannot be pre-empted. Direct dependencies =================== \ :option:`COOP_ENABLED ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:179`` 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_COOPERATIVE bool "Use co-operative TX/RX threads" depends on \ :option:`COOP_ENABLED ` && \ :ref:` ` help With co-operative threads, the thread cannot be pre-empted. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*