Searched refs:alignof (Results 1 – 3 of 3) sorted by relevance
9 static_assert(alignof(pthread_once_t) == alignof(once_flag), "");
126 #define alignof(x) __alignof__ (x) macro129 #define alignof __alignof macro
122 #define MIN_TLS_ALIGN alignof(struct pthread)191 #define DL_ALLOC_ALIGN alignof(union allocated_types)
Completed in 10 milliseconds