Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dspinlock.c46 static struct k_spinlock *get_posix_spinlock(pthread_spinlock_t *lock) in get_posix_spinlock() function
101 l = get_posix_spinlock(lock); in pthread_spin_destroy()
119 l = get_posix_spinlock(lock); in pthread_spin_lock()
136 l = get_posix_spinlock(lock); in pthread_spin_trylock()
151 l = get_posix_spinlock(lock); in pthread_spin_unlock()