/Zephyr-latest/lib/libc/picolibc/ |
D | locks.c | 29 void __retarget_lock_init_recursive(_LOCK_T *lock) in __retarget_lock_init_recursive() 45 void __retarget_lock_init(_LOCK_T *lock) in __retarget_lock_init() 51 void __retarget_lock_close_recursive(_LOCK_T lock) in __retarget_lock_close_recursive() 62 void __retarget_lock_close(_LOCK_T lock) in __retarget_lock_close() 68 void __retarget_lock_acquire_recursive(_LOCK_T lock) in __retarget_lock_acquire_recursive() 75 void __retarget_lock_acquire(_LOCK_T lock) in __retarget_lock_acquire() 81 int __retarget_lock_try_acquire_recursive(_LOCK_T lock) in __retarget_lock_try_acquire_recursive() 88 int __retarget_lock_try_acquire(_LOCK_T lock) in __retarget_lock_try_acquire() 94 void __retarget_lock_release_recursive(_LOCK_T lock) in __retarget_lock_release_recursive() 101 void __retarget_lock_release(_LOCK_T lock) in __retarget_lock_release()
|
/Zephyr-latest/lib/posix/options/ |
D | spinlock.c | 15 struct k_spinlock lock; member 41 static inline size_t to_posix_spinlock_idx(pthread_spinlock_t lock) in to_posix_spinlock_idx() 46 static struct k_spinlock *get_posix_spinlock(pthread_spinlock_t *lock) in get_posix_spinlock() 74 int pthread_spin_init(pthread_spinlock_t *lock, int pshared) in pthread_spin_init() 95 int pthread_spin_destroy(pthread_spinlock_t *lock) in pthread_spin_destroy() 114 int pthread_spin_lock(pthread_spinlock_t *lock) in pthread_spin_lock() 131 int pthread_spin_trylock(pthread_spinlock_t *lock) in pthread_spin_trylock() 146 int pthread_spin_unlock(pthread_spinlock_t *lock) in pthread_spin_unlock()
|
/Zephyr-latest/tests/posix/spinlocks/src/ |
D | main.c | 14 pthread_spinlock_t lock; in ZTEST() local 29 pthread_spinlock_t lock[CONFIG_MAX_PTHREAD_SPINLOCK_COUNT]; in ZTEST() local 52 pthread_spinlock_t lock; in ZTEST() local
|
/Zephyr-latest/modules/thrift/src/thrift/concurrency/ |
D | Mutex.cpp | 22 struct k_spinlock lock; member in apache::thrift::concurrency::Mutex::impl 30 void Mutex::lock() const in lock() function in apache::thrift::concurrency::Mutex
|
/Zephyr-latest/kernel/include/ |
D | kswap.h | 78 struct k_spinlock *lock, in do_swap() 185 static inline int z_swap(struct k_spinlock *lock, k_spinlock_key_t key) in z_swap() 216 static ALWAYS_INLINE int z_swap(struct k_spinlock *lock, k_spinlock_key_t key) in z_swap()
|
/Zephyr-latest/drivers/w1/ |
D | w1_ds2482-800.c | 23 struct k_mutex lock; member 26 int ds2482_change_bus_lock_impl(const struct device *dev, bool lock) in ds2482_change_bus_lock_impl()
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 379 void __retarget_lock_init(_LOCK_T *lock) in __retarget_lock_init() 398 void __retarget_lock_init_recursive(_LOCK_T *lock) in __retarget_lock_init_recursive() 417 void __retarget_lock_close(_LOCK_T lock) in __retarget_lock_close() 428 void __retarget_lock_close_recursive(_LOCK_T lock) in __retarget_lock_close_recursive() 439 void __retarget_lock_acquire(_LOCK_T lock) in __retarget_lock_acquire() 446 void __retarget_lock_acquire_recursive(_LOCK_T lock) in __retarget_lock_acquire_recursive() 453 int __retarget_lock_try_acquire(_LOCK_T lock) in __retarget_lock_try_acquire() 460 int __retarget_lock_try_acquire_recursive(_LOCK_T lock) in __retarget_lock_try_acquire_recursive() 467 void __retarget_lock_release(_LOCK_T lock) in __retarget_lock_release() 474 void __retarget_lock_release_recursive(_LOCK_T lock) in __retarget_lock_release_recursive()
|
/Zephyr-latest/drivers/timer/ |
D | litex_timer.c | 50 static struct k_spinlock lock; in sys_clock_cycle_get_32() local 64 static struct k_spinlock lock; in sys_clock_cycle_get_64() local
|
/Zephyr-latest/soc/nordic/common/ |
D | soc_lrcconf.c | 10 static struct k_spinlock lock; variable
|
/Zephyr-latest/tests/lib/newlib/thread_safety/src/ |
D | locks.c | 62 _LOCK_T lock = NULL; in ZTEST() local 84 _LOCK_T lock = p1; in retargetable_lock_mutex_thread_acq() local 97 _LOCK_T lock = p1; in retargetable_lock_mutex_thread_rel() local 116 _LOCK_T lock = NULL; in ZTEST() local
|
/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/inc/ |
D | off_raw_tx.h | 25 struct k_spinlock lock; member
|
/Zephyr-latest/tests/drivers/rtc/rtc_api/src/ |
D | test_update_callback.c | 16 static struct k_spinlock lock; variable
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_aw9523b.c | 19 struct k_sem lock; member
|
D | mfd_nct38xx.c | 16 struct k_sem lock; member
|
/Zephyr-latest/tests/bluetooth/common/testlib/src/ |
D | connect.c | 17 struct k_mutex lock; member
|
D | att_write.c | 21 struct k_mutex lock; member
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | timestamp.c | 26 static struct k_spinlock lock; variable
|
/Zephyr-latest/include/zephyr/net/ |
D | ethernet_bridge.h | 45 struct k_mutex lock; member
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | dns_cache.h | 31 struct k_mutex *lock; member
|
/Zephyr-latest/include/zephyr/drivers/spi/ |
D | rtio.h | 22 struct k_spinlock lock; member
|
/Zephyr-latest/include/zephyr/sys/ |
D | bitarray.h | 43 struct k_spinlock lock; member
|
/Zephyr-latest/include/zephyr/drivers/i2c/ |
D | rtio.h | 22 struct k_sem lock; member
|
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | rtio.h | 23 struct k_sem lock; member
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
D | btp_cas.h | 18 uint8_t lock; member
|
/Zephyr-latest/subsys/pm/policy/ |
D | policy_state_lock.c | 36 atomic_t lock; member
|