Searched refs:TCB_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
39 #ifndef TCB_ALIGNMENT40 # define TCB_ALIGNMENT 32 macro41 #elif TCB_ALIGNMENT < 3242 # error TCB_ALIGNMENT must be at least 32418 } __attribute ((aligned (TCB_ALIGNMENT)));
63 if ((uintptr_t) pthread_self () & (TCB_ALIGNMENT - 1)) in tf()
87 if ((uintptr_t) pthread_self () & (TCB_ALIGNMENT - 1)) in do_test()
225 assert (TCB_ALIGNMENT >= STACK_ALIGN); in allocate_stack()
Completed in 7 milliseconds