Home
last modified time | relevance | path

Searched refs:concurrent (Results 1 – 25 of 64) 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.h73 size_t concurrent; member
93 .concurrent = (_concurrent), \
/Zephyr-latest/subsys/net/lib/shell/
Dhttp.c31 svc->concurrent, svc->backlog); in cmd_net_http()
/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/doc/_extensions/zephyr/
Ddoxybridge.py7 import concurrent.futures
202 with concurrent.futures.ProcessPoolExecutor() as executor:
207 for future in concurrent.futures.as_completed(futures):
/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/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/tests/net/lib/http_server/common/src/
Dmain.c94 zassert_equal(service_A.concurrent, 4); in ZTEST()
101 zassert_equal(service_B.concurrent, 7); in ZTEST()
108 zassert_equal(service_C.concurrent, 5); in ZTEST()
/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.ascs58 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/boards/arduino/portenta_h7/doc/
Dindex.rst66 to avoid potential concurrent access issues.

123