Searched refs:posix_spinlock_pool (Results 1 – 1 of 1) sorted by relevance
24 static union _spinlock_storage posix_spinlock_pool[CONFIG_MAX_PTHREAD_SPINLOCK_COUNT]; variable38 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()