Searched refs:blocked (Results 1 – 25 of 35) sorted by relevance
12
/Zephyr-latest/subsys/shell/ |
D | Kconfig.template.shell_log_queue_timeout | 10 Logger thread is blocked for that period, thus long timeout impacts
|
D | Kconfig.template.shell_log_queue_size | 8 by shell thread. Too small queue may lead to the logger thread being blocked
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | transport.c | 85 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/ |
D | Kconfig.dwc2 | 50 blocked for this amount of time. Set it to zero to wait forever.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.stm32 | 49 blocked.
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 140 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/ |
D | condvar.rst | 85 * blocked, the mutex is released, then re-acquired before this
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.processing | 33 int "Maximum time (in milliseconds) thread can be blocked"
|
/Zephyr-latest/doc/develop/test/ |
D | twister_statuses.rst | 80 - blocked
|
D | ztest.rst | 309 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/ |
D | core.rst | 109 This means that the system workqueue is blocked for the time it takes to store
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 27 …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/ |
D | gpio-kbd.rst | 177 be blocked by it.
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-linux.rst | 72 configured, and will not get blocked by the Windows Firewall.
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | Kconfig | 76 The maximum time a socket is waiting for a blocked connection before
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt118x.dtsi | 963 /* OCRAM1 first 16K access is blocked by TRDC */
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | Kconfig | 324 highest interrupt priority which will not be blocked by interrupt
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 118 Choose this if you expect to have only a few threads blocked on any single
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 591 * 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/ |
D | smp.rst | 112 illegal if called on a runnable thread. The thread must be blocked or
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 750 set too high, the logger thread could be blocked and impact other logger
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 173 latency constraints to execute at a priority level that cannot be blocked
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm_cortex_m.rst | 323 an interrupt at the highest interrupt priority which will not be blocked by interrupt
|
/Zephyr-latest/kernel/ |
D | Kconfig | 378 a few threads blocked on any single IPC primitive.
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 195 the object on which it was blocked.
|
12