Home
last modified time | relevance | path

Searched refs:locks (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/lib/posix/options/
DKconfig.spinlock6 bool "POSIX spin locks"
8 Select 'y' here to enable POSIX spin locks.
16 int "Maximum number of POSIX spin locks"
19 Maximum simultaneously active spin locks in a POSIX application.
DKconfig.rwlock6 bool "POSIX reader-writer locks"
8 Select 'y' here to enable POSIX reader-writer locks.
16 int "Maximum number of POSIX reader-writer locks"
19 Maximum simultaneously active reader-writer locks in a POSIX application.
/Zephyr-latest/tests/lib/newlib/thread_safety/
DCMakeLists.txt10 app PRIVATE src/locks.c
/Zephyr-latest/lib/libc/picolibc/
DCMakeLists.txt10 locks.c
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/
Dintel_ehl_crb.overlay6 /* By default, EHL_CRB on SBL, SBL locks all gpio registeration configuration.
/Zephyr-latest/soc/nordic/
DKconfig128 When this option is selected, the SystemInit() function locks
170 When this option is selected, the SystemInit() function locks the
/Zephyr-latest/doc/services/pm/
Dsystem.rst92 Other constraints placed upon the decision may include locks disallowing certain power states,
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcsip.rst21 If the locks on set members shall persists through disconnects, it is
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst58 One important difference between IRQ locks and spinlocks is that the
61 Spinlocks are separable: you can have many locks for separate
72 identical code to legacy IRQ locks. In fact the entirety of the
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst419 locks (:c:struct:`k_spinlock`) or thread-aware locks (:c:struct:`k_sem`,
/Zephyr-latest/doc/services/zbus/
Dindex.rst216 - The publishing (VDED) process starts. The VDED locks the channel A.
273 - The publishing (VDED) process starts. The VDED locks the channel A.
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst136 The IRQ lock is thread-specific. If thread A locks out interrupts
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst1108 * Fixed missing mutex locks in a few net_if functions.
Drelease-notes-2.5.rst1241 * :github:`30636` - TCP stack locks irq's for too long
Drelease-notes-3.1.rst1933 * :github:`38632` - Multiple potential dead-locks modem_socket_wait_data