Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dspinlock.c14 union _spinlock_storage { union
24 static union _spinlock_storage posix_spinlock_pool[CONFIG_MAX_PTHREAD_SPINLOCK_COUNT];
38 return (union _spinlock_storage *)l - posix_spinlock_pool; in posix_spinlock_to_offset()