Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dspinlock.c24 static union _spinlock_storage posix_spinlock_pool[CONFIG_MAX_PTHREAD_SPINLOCK_COUNT]; variable
38 return (union _spinlock_storage *)l - posix_spinlock_pool; in posix_spinlock_to_offset()
71 return (struct k_spinlock *)&posix_spinlock_pool[bit]; in get_posix_spinlock()