Home
last modified time | relevance | path

Searched full:concurrent (Results 1 – 25 of 116) sorted by relevance

12345

/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/modules/thrift/src/thrift/server/
DTServerFramework.h113 * 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/
DKconfig.lpflexcomm13 checks concurrent enablement and returns and error for
14 unsupported concurrent enablement.
/Zephyr-latest/soc/nordic/common/
Dnrf_sys_event.c13 * 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/
DKconfig26 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/
Dprj-assert.conf5 # several concurrent Qemu processes each under stressful SMP load.
/Zephyr-latest/include/zephyr/drivers/uart/
Dserial_test.h23 * 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/
Dtestcase.yaml13 libraries.ring_buffer.concurrent:
/Zephyr-latest/tests/lib/mpsc_pbuf/
Dtestcase.yaml23 libraries.mpsc_pbuf.concurrent:
/Zephyr-latest/include/zephyr/net/http/
Dservice.h71 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/
Dring_buffer.h268 * 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/
Dhttp.c24 "Host:Port", "Concurrent/Backlog"); in cmd_net_http()
32 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/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/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/doc/hardware/peripherals/
Dretained_mem.rst28 clashing with other concurrent thread function usage, but means that retained
/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/subsys/retention/
DKconfig32 Disable use of mutexes which prevent issues with concurrent retention

12345