We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a56dcd7 + 283bff7 commit 0246058Copy full SHA for 0246058
1 file changed
src/threadpool-atomics.h
@@ -142,7 +142,7 @@ static inline void pthreadpool_thread_join(
142
* i.e. two or more atomic variables sharing the same cache line will block
143
* each other during atomic operations.
144
*/
145
-typedef atomic_uint_fast32_t PTHREADPOOL_CACHELINE_ALIGNED
+typedef atomic_uint_least32_t PTHREADPOOL_CACHELINE_ALIGNED
146
pthreadpool_atomic_uint32_t;
147
typedef atomic_int_least32_t PTHREADPOOL_CACHELINE_ALIGNED
148
pthreadpool_atomic_int32_t;
0 commit comments