Home
last modified time | relevance | path

Searched refs:z_spin_lock_set_owner (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dspinlock.h14 FAKE(z_spin_lock_set_owner)
18 DECLARE_FAKE_VOID_FUNC(z_spin_lock_set_owner, struct k_spinlock *);
Dspinlock.c13 DEFINE_FAKE_VOID_FUNC(z_spin_lock_set_owner, struct k_spinlock *);
/Zephyr-latest/kernel/
Dspinlock_validate.c37 void z_spin_lock_set_owner(struct k_spinlock *l) in z_spin_lock_set_owner() function
Dsched.c912 z_spin_lock_set_owner(&_sched_spinlock); in z_get_next_switch_handle()
/Zephyr-latest/include/zephyr/
Dspinlock.h110 void z_spin_lock_set_owner(struct k_spinlock *l);
147 z_spin_lock_set_owner(l); in z_spinlock_validate_post()
/Zephyr-latest/kernel/include/
Dkswap.h143 z_spin_lock_set_owner(&_sched_spinlock); in do_swap()