Searched refs:STACK_ALIGN (Results 1 – 16 of 16) sorted by relevance
22 #define STACK_ALIGN 16 macro
23 #define STACK_ALIGN 16 macro
25 #define STACK_ALIGN 8 macro
24 #define STACK_ALIGN 16 macro
91 #define STACK_ALIGN 16 macro
82 #define STACK_ALIGN 16 macro
24 #define STACK_ALIGN 8 macro
384 if (STACK_ALIGN > static_tls_align) in __pthread_initialize_minimal_internal()385 static_tls_align = STACK_ALIGN; in __pthread_initialize_minimal_internal()
75 #ifndef STACK_ALIGN76 # define STACK_ALIGN __alignof__ (long double) macro345 assert (TCB_ALIGNMENT >= STACK_ALIGN); in allocate_stack()
92 #define STACK_ALIGN 16 macro
Completed in 13 milliseconds