Searched refs:concurrent (Results 1 – 25 of 63) sorted by relevance
123
/Zephyr-latest/drivers/mfd/ |
D | Kconfig.lpflexcomm | 13 checks concurrent enablement and returns and error for 14 unsupported concurrent enablement.
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.mcux | 32 int "Maximum number of message buffers for concurrent active instances" 40 Defines maximum number of message buffers for concurrent active instances. 43 int "Maximum number of concurrent active RX filters" 53 Defines maximum number of concurrent active RX filters
|
D | Kconfig.rcar | 15 int "Maximum number of concurrent active filters" 21 Must be at least the size of concurrent reads.
|
D | Kconfig.native_linux | 24 int "Maximum number of concurrent active filters" 29 Must be at least the size of concurrent reads.
|
D | Kconfig.mcp2515 | 31 int "Maximum number of concurrent active filters" 36 Must be at least the size of concurrent reads.
|
D | Kconfig.loopback | 16 int "Maximum number of concurrent active filters" 21 Must be at least the size of concurrent reads.
|
D | Kconfig.sja1000 | 12 int "Maximum number of concurrent active RX filters"
|
D | Kconfig.xmc4xxx | 39 int "Maximum number of concurrent active filters"
|
D | Kconfig.mcp251xfd | 55 int "Maximum number of concurrent active filters"
|
/Zephyr-latest/include/zephyr/net/http/ |
D | service.h | 71 size_t concurrent; member 87 .concurrent = (_concurrent), \
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxybridge.py | 7 import concurrent.futures 185 with concurrent.futures.ProcessPoolExecutor() as executor: 190 for future in concurrent.futures.as_completed(futures):
|
/Zephyr-latest/arch/arc/core/dsp/ |
D | Kconfig | 26 across context switches to allow multiple threads to perform concurrent 50 across context switches to allow multiple threads to perform concurrent
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | http.c | 32 svc->concurrent, svc->backlog); in cmd_net_http()
|
/Zephyr-latest/drivers/retained_mem/ |
D | Kconfig | 28 Disable use of mutexes which prevent issues with concurrent retained
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | retained_mem.rst | 28 clashing with other concurrent thread function usage, but means that retained
|
/Zephyr-latest/tests/net/lib/http_server/common/src/ |
D | main.c | 87 zassert_equal(service_A.concurrent, 4); in ZTEST() 94 zassert_equal(service_B.concurrent, 7); in ZTEST() 101 zassert_equal(service_C.concurrent, 5); in ZTEST()
|
/Zephyr-latest/samples/net/sockets/echo_async/ |
D | README.rst | 14 supporting both IPv4 and IPv6 with concurrent connections, limiting 47 supports multiple concurrent client connections. You can open
|
/Zephyr-latest/tests/boards/espressif/cache_coex/ |
D | README.rst | 9 This code tests SPI Flash and PSRAM content integrity after multithreaded and concurrent accesses to
|
/Zephyr-latest/subsys/retention/ |
D | Kconfig | 32 Disable use of mutexes which prevent issues with concurrent retention
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 47 create concurrent sequential requests. A second queue for completion queue events. 61 to perform in concurrent chains. 105 The RTIO executor is a low overhead concurrent I/O task scheduler. It ensures 205 RTIO is useful in cases where concurrent or batch like I/O flows are useful. 212 against using a thread for each concurrent I/O operation or custom queues and
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.ascs | 57 int "Milliseconds of timeout when handle concurrent access to the long read ASE buffer"
|
/Zephyr-latest/samples/net/sockets/echo_async_select/ |
D | README.rst | 45 supports multiple concurrent client connections. You can open
|
/Zephyr-latest/boards/st/stm32wb5mmg/doc/ |
D | stm32wb5mmg.rst | 8 OpenThread, dynamic, and static concurrent modes, and 802.15.4 proprietary 17 Dynamic and static concurrent modes 40 dynamic, and static concurrent modes, and 802.15.4proprietary protocols. Based
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 28 interleaving with concurrent usage from another CPU or an
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | Kconfig | 128 This defines how many concurrent DNS queries can be generated using 315 enables additional buffers required for multiple concurrent
|
123