Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/lib/posix/
Dspinlock.c36 static inline size_t posix_spinlock_to_offset(struct k_spinlock *l) in posix_spinlock_to_offset() function
107 bit = posix_spinlock_to_offset(l); in pthread_spin_destroy()
125 bit = posix_spinlock_to_offset(l); in pthread_spin_lock()
142 bit = posix_spinlock_to_offset(l); in pthread_spin_trylock()
157 bit = posix_spinlock_to_offset(l); in pthread_spin_unlock()