Home
last modified time | relevance | path

Searched refs:concurrent (Results 1 – 25 of 63) sorted by relevance

123

/Zephyr-latest/drivers/mfd/
DKconfig.lpflexcomm13 checks concurrent enablement and returns and error for
14 unsupported concurrent enablement.
/Zephyr-latest/drivers/can/
DKconfig.mcux32 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
DKconfig.rcar15 int "Maximum number of concurrent active filters"
21 Must be at least the size of concurrent reads.
DKconfig.native_linux24 int "Maximum number of concurrent active filters"
29 Must be at least the size of concurrent reads.
DKconfig.mcp251531 int "Maximum number of concurrent active filters"
36 Must be at least the size of concurrent reads.
DKconfig.loopback16 int "Maximum number of concurrent active filters"
21 Must be at least the size of concurrent reads.
DKconfig.sja100012 int "Maximum number of concurrent active RX filters"
DKconfig.xmc4xxx39 int "Maximum number of concurrent active filters"
DKconfig.mcp251xfd55 int "Maximum number of concurrent active filters"
/Zephyr-latest/include/zephyr/net/http/
Dservice.h71 size_t concurrent; member
87 .concurrent = (_concurrent), \
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxybridge.py7 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/
DKconfig26 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/
Dhttp.c32 svc->concurrent, svc->backlog); in cmd_net_http()
/Zephyr-latest/drivers/retained_mem/
DKconfig28 Disable use of mutexes which prevent issues with concurrent retained
/Zephyr-latest/doc/hardware/peripherals/
Dretained_mem.rst28 clashing with other concurrent thread function usage, but means that retained
/Zephyr-latest/tests/net/lib/http_server/common/src/
Dmain.c87 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/
DREADME.rst14 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/
DREADME.rst9 This code tests SPI Flash and PSRAM content integrity after multithreaded and concurrent accesses to
/Zephyr-latest/subsys/retention/
DKconfig32 Disable use of mutexes which prevent issues with concurrent retention
/Zephyr-latest/doc/services/rtio/
Dindex.rst47 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/
DKconfig.ascs57 int "Milliseconds of timeout when handle concurrent access to the long read ASE buffer"
/Zephyr-latest/samples/net/sockets/echo_async_select/
DREADME.rst45 supports multiple concurrent client connections. You can open
/Zephyr-latest/boards/st/stm32wb5mmg/doc/
Dstm32wb5mmg.rst8 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/
DKconfig28 interleaving with concurrent usage from another CPU or an
/Zephyr-latest/subsys/net/lib/dns/
DKconfig128 This defines how many concurrent DNS queries can be generated using
315 enables additional buffers required for multiple concurrent

123