Home
last modified time | relevance | path

Searched refs:lock (Results 426 – 450 of 483) sorted by relevance

1...<<11121314151617181920

/Zephyr-latest/dts/riscv/
Driscv32-litex-vexriscv.dtsi378 litex,lock-timeout = <10>;
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c1288 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/
Dmain.c486 k_mutex_lock(&client.lock, K_FOREVER); in test_setup()
508 k_mutex_unlock(&client.lock); in test_setup()
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_coordinator.c555 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/
Dsamd5x.dtsi112 lock-regions = <32>;
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig179 Can specify 0 to not wait for the lock and return instantly if it
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst28 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/
Dhfp_ag.c127 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/
DKconfig94 NOPs after failure to lock a spinlock. This gives
/Zephyr-latest/drivers/sdhc/
Dintel_emmc_host.c51 struct k_sem lock; member
1235 k_sem_init(&emmc->lock, 1, 1); in emmc_init()
/Zephyr-latest/dts/arm/microchip/
Dmec1501hsz.dtsi76 pll-lock-timeout-ms = <30>;
/Zephyr-latest/drivers/usb/udc/
Dudc_nrf.c951 .lock = udc_nrf_lock,
Dudc_virtual.c626 .lock = udc_vrt_lock,
Dudc_renesas_ra.c655 .lock = udc_renesas_ra_lock,
Dudc_ambiq.c890 .lock = udc_ambiq_lock,
Dudc_mcux_ehci.c844 .lock = udc_mcux_lock,
Dudc_mcux_ip3511.c867 .lock = udc_mcux_lock,
/Zephyr-latest/doc/services/tracing/
Dindex.rst76 - 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/
DKconfig150 This will enable use of a mutex to lock the image group object access, preventing issues
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_shell.c854 SHELL_CMD_ARG(lock, NULL, LWM2M_HELP_LOCK, cmd_lock, 1, 0),
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py483 d.lock.acquire()
487 d.lock.release()
/Zephyr-latest/drivers/usb/uhc/
Duhc_max3421e.c1094 .lock = max3421e_lock,
/Zephyr-latest/doc/services/rtio/
Dindex.rst45 lock-free ring buffers acting as queues shared between the kernel and a userland
/Zephyr-latest/include/zephyr/drivers/can/
Dcan_mcan.h1065 struct k_mutex lock; member
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst677 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