Searched refs:TCB_ALIGNMENT (Results 1 – 15 of 15) sorted by relevance
74 #ifndef TCB_ALIGNMENT75 # define TCB_ALIGNMENT sizeof (double) macro178 } __attribute__ ((aligned (TCB_ALIGNMENT)));
41 #ifndef TCB_ALIGNMENT42 # define TCB_ALIGNMENT sizeof (double) macro373 } __attribute ((aligned (TCB_ALIGNMENT)));
345 assert (TCB_ALIGNMENT >= STACK_ALIGN); in allocate_stack()
28 #define TCB_ALIGNMENT 16 macro
29 #define TCB_ALIGNMENT 16 macro
31 #define TCB_ALIGNMENT 8 macro
30 #define TCB_ALIGNMENT 16 macro
30 #define TCB_ALIGNMENT 8 macro
77 if ((uintptr_t) pthread_self () & (TCB_ALIGNMENT - 1)) in tf()
83 if ((uintptr_t) pthread_self () & (TCB_ALIGNMENT - 1)) in do_test()
Completed in 21 milliseconds