Searched refs:lock (Results 426 – 450 of 483) sorted by relevance
1...<<11121314151617181920
/Zephyr-latest/dts/riscv/ |
D | riscv32-litex-vexriscv.dtsi | 378 litex,lock-timeout = <10>;
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 1288 k_mutex_lock(&contexts[i].lock, K_FOREVER); in websocket_context_foreach() 1292 k_mutex_unlock(&contexts[i].lock); in websocket_context_foreach()
|
/Zephyr-latest/tests/net/lib/coap_client/src/ |
D | main.c | 486 k_mutex_lock(&client.lock, K_FOREVER); in test_setup() 508 k_mutex_unlock(&client.lock); in test_setup()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | csip_set_coordinator.c | 555 bool lock, in csip_set_coordinator_write_set_lock() argument 567 client->gatt_write_buf[0] = lock ? BT_CSIP_LOCK_VALUE : BT_CSIP_RELEASE_VALUE; in csip_set_coordinator_write_set_lock() 569 client->write_params.length = sizeof(lock); in csip_set_coordinator_write_set_lock()
|
/Zephyr-latest/dts/arm/atmel/ |
D | samd5x.dtsi | 112 lock-regions = <32>;
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 179 Can specify 0 to not wait for the lock and return instantly if it
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | cap.rst | 28 lock :Lock the set 35 Besides initializing the CAS and the CSIS, there are also commands to lock and release the CSIS
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_ag.c | 127 k_sem_take(&ag->lock, K_FOREVER); in hfp_ag_lock() 132 k_sem_give(&ag->lock); in hfp_ag_unlock() 1769 k_sem_init(&_ag->lock, 1, 1); in bt_hfp_ag_connect()
|
/Zephyr-latest/arch/xtensa/ |
D | Kconfig | 94 NOPs after failure to lock a spinlock. This gives
|
/Zephyr-latest/drivers/sdhc/ |
D | intel_emmc_host.c | 51 struct k_sem lock; member 1235 k_sem_init(&emmc->lock, 1, 1); in emmc_init()
|
/Zephyr-latest/dts/arm/microchip/ |
D | mec1501hsz.dtsi | 76 pll-lock-timeout-ms = <30>;
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_nrf.c | 951 .lock = udc_nrf_lock,
|
D | udc_virtual.c | 626 .lock = udc_vrt_lock,
|
D | udc_renesas_ra.c | 655 .lock = udc_renesas_ra_lock,
|
D | udc_ambiq.c | 890 .lock = udc_ambiq_lock,
|
D | udc_mcux_ehci.c | 844 .lock = udc_mcux_lock,
|
D | udc_mcux_ip3511.c | 867 .lock = udc_mcux_lock,
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 76 - perform actions at transaction-start (e.g. mutex-lock), 596 ``lock(); emit(a); emit(b); emit(c); release();`` 610 ``lock(); emit(a); emit(b); emit(c); release(); /* No extra mem */``
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 150 This will enable use of a mutex to lock the image group object access, preventing issues
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_shell.c | 854 SHELL_CMD_ARG(lock, NULL, LWM2M_HELP_LOCK, cmd_lock, 1, 0),
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 483 d.lock.acquire() 487 d.lock.release()
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_max3421e.c | 1094 .lock = max3421e_lock,
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 45 lock-free ring buffers acting as queues shared between the kernel and a userland
|
/Zephyr-latest/include/zephyr/drivers/can/ |
D | can_mcan.h | 1065 struct k_mutex lock; member
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.7.rst | 677 releasing a lock. 1055 * :github:`39009` - Nordic PWM causing lock up due to infinte loop 1120 * :github:`38621` - Drivers: spi: stm32: Transceive lock forever 1177 * :github:`38365` - drivers: gsm_ppp: gsm_ppp_stop fails to lock tx_sem after some time 1204 * :github:`38234` - Newlib retargetable lock init fails on qemu_xtensa 1455 * :github:`37304` - k_timer_status_sync can lock forever on qemu_x86_64 1501 * :github:`37109` - Zephyr POSIX layer uses swapping with an interrupt lock held 1568 * :github:`36736` - kernel: SMP global lock (and therefore irq_lock) works incorrectly on SMP platf…
|
1...<<11121314151617181920