:orphan: .. title:: CONFIG_NET_TC_THREAD_COOPERATIVE .. kconfig:: CONFIG_NET_TC_THREAD_COOPERATIVE CONFIG_NET_TC_THREAD_COOPERATIVE ################################ *Use co-operative TX/RX threads* Type: ``bool`` Help ==== .. code-block:: none With co-operative threads, the thread cannot be pre-empted. Direct dependencies =================== \ :kconfig:`COOP_ENABLED ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/net/ip/Kconfig:205`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/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 .. code-block:: kconfig config NET_TC_THREAD_COOPERATIVE bool "Use co-operative TX/RX threads" depends on COOP_ENABLED && help With co-operative threads, the thread cannot be pre-empted. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*