Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/subsys/shell/
DKconfig.template.shell_log_queue_timeout10 Logger thread is blocked for that period, thus long timeout impacts
DKconfig.template.shell_log_queue_size8 by shell thread. Too small queue may lead to the logger thread being blocked
/Zephyr-latest/subsys/bluetooth/mesh/
Dtransport.c85 uint8_t blocked:1, /* Blocked by ongoing tx */ member
210 struct seg_tx *blocked = NULL; in seg_tx_unblock_check() local
216 seg_tx[i].blocked && in seg_tx_unblock_check()
218 (!blocked || seg_tx[i].seq_auth < blocked->seq_auth)) { in seg_tx_unblock_check()
219 blocked = &seg_tx[i]; in seg_tx_unblock_check()
223 if (blocked) { in seg_tx_unblock_check()
224 LOG_DBG("Unblocked 0x%04x", (uint16_t)(blocked->seq_auth & TRANS_SEQ_ZERO_MASK)); in seg_tx_unblock_check()
225 blocked->blocked = false; in seg_tx_unblock_check()
226 k_work_reschedule(&blocked->retransmit, K_NO_WAIT); in seg_tx_unblock_check()
244 tx->blocked = false; in seg_tx_reset()
[all …]
/Zephyr-latest/drivers/usb/udc/
DKconfig.dwc250 blocked for this amount of time. Set it to zero to wait forever.
/Zephyr-latest/drivers/flash/
DKconfig.stm3249 blocked.
/Zephyr-latest/subsys/net/lib/dhcpv4/
DKconfig140 int "The time IPv4 addresses remains blocked after conflict detection (seconds)"
144 In case IPv4 address becomes blocked (either because of receiving
/Zephyr-latest/doc/kernel/services/synchronization/
Dcondvar.rst85 * blocked, the mutex is released, then re-acquired before this
/Zephyr-latest/subsys/logging/
DKconfig.processing33 int "Maximum time (in milliseconds) thread can be blocked"
/Zephyr-latest/doc/develop/test/
Dtwister_statuses.rst80 - blocked
Dztest.rst309 level, i.e. if test cases have passed or failed or if they were blocked or skipped.
400 as passed, failed, blocked, or skipped. Reporting on only the
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcore.rst109 This means that the system workqueue is blocked for the time it takes to store
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst27 …During this time other threads are not blocked in any way as long as there are enough free blocks …
32 Again, other threads are not blocked as long as there are enough free blocks for them.
/Zephyr-latest/doc/services/input/
Dgpio-kbd.rst177 be blocked by it.
/Zephyr-latest/doc/connectivity/bluetooth/autopts/
Dautopts-linux.rst72 configured, and will not get blocked by the Windows Firewall.
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig76 The maximum time a socket is waiting for a blocked connection before
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt118x.dtsi963 /* OCRAM1 first 16K access is blocked by TRDC */
/Zephyr-latest/arch/arm/core/cortex_m/
DKconfig324 highest interrupt priority which will not be blocked by interrupt
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst118 Choose this if you expect to have only a few threads blocked on any single
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst591 * Removed unnecessary reset on every link configuration that blocked system workqueue
977 * Fixed a bug where system workqueue could be blocked indefinitely by DHCPv4 client.
981 * Fixed a bug where system workqueue could be blocked indefinitely by DHCPv6 client.
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst112 illegal if called on a runnable thread. The thread must be blocked or
/Zephyr-latest/doc/services/shell/
Dindex.rst750 set too high, the logger thread could be blocked and impact other logger
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst173 latency constraints to execute at a priority level that cannot be blocked
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst323 an interrupt at the highest interrupt priority which will not be blocked by interrupt
/Zephyr-latest/kernel/
DKconfig378 a few threads blocked on any single IPC primitive.
/Zephyr-latest/doc/hardware/porting/
Darch.rst195 the object on which it was blocked.

12