Searched full:concurrent (Results 1 – 25 of 116) sorted by relevance
12345
/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/modules/thrift/src/thrift/server/ |
D | TServerFramework.h | 113 * Get the concurrent client limit. 114 * \returns the concurrent client limit 125 * Get the highest number of concurrent clients. 126 * \returns the highest number of concurrent clients 131 * Set the concurrent client limit. This can be changed while 137 * \param[in] newLimit the new limit of concurrent clients 166 * Common handling for new connected clients. Implements concurrent 179 * The number of concurrent clients. 184 * The high water mark of concurrent clients. 189 * The limit on the number of concurrent clients.
|
/Zephyr-latest/drivers/mfd/ |
D | Kconfig.lpflexcomm | 13 checks concurrent enablement and returns and error for 14 unsupported concurrent enablement.
|
/Zephyr-latest/soc/nordic/common/ |
D | nrf_sys_event.c | 13 * we implement an ISR and concurrent access safe reference counting implementation 71 * The nrfx power driver already contains an ISR and concurrent access safe reference
|
/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/tests/benchmarks/posix/threads/ |
D | prj-assert.conf | 5 # several concurrent Qemu processes each under stressful SMP load.
|
/Zephyr-latest/include/zephyr/drivers/uart/ |
D | serial_test.h | 23 * concurrent write operations, either by preventing all writers from 51 * concurrent read operations, either by preventing all readers from 71 * concurrent read operations, either by preventing all readers from
|
/Zephyr-latest/tests/lib/ringbuffer/ |
D | testcase.yaml | 13 libraries.ring_buffer.concurrent:
|
/Zephyr-latest/tests/lib/mpsc_pbuf/ |
D | testcase.yaml | 23 libraries.mpsc_pbuf.concurrent:
|
/Zephyr-latest/include/zephyr/net/http/ |
D | service.h | 71 size_t concurrent; member 87 .concurrent = (_concurrent), \ 116 * @param _concurrent Maximum number of concurrent clients. 138 * @param _concurrent Maximum number of concurrent clients. 166 * @param _concurrent Maximum number of concurrent clients. 192 * @param _concurrent Maximum number of concurrent clients.
|
/Zephyr-latest/include/zephyr/sys/ |
D | ring_buffer.h | 268 * concurrent write operations, either by preventing all writers from 296 * concurrent write operations, either by preventing all writers from 318 * concurrent write operations, either by preventing all writers from 342 * concurrent read operations, either by preventing all readers from 370 * concurrent read operations, either by preventing all readers from 392 * concurrent read operations, either by preventing all readers from 414 * concurrent read operations, either by preventing all readers from 444 * concurrent write operations, either by preventing all writers from 468 * concurrent read operations, either by preventing all readers from
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | http.c | 24 "Host:Port", "Concurrent/Backlog"); in cmd_net_http() 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/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/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/doc/hardware/peripherals/ |
D | retained_mem.rst | 28 clashing with other concurrent thread function usage, but means that retained
|
/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/subsys/retention/ |
D | Kconfig | 32 Disable use of mutexes which prevent issues with concurrent retention
|
12345