Home
last modified time | relevance | path

Searched refs:TCB_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance

/nptl/
A Ddescr.h39 #ifndef TCB_ALIGNMENT
40 # define TCB_ALIGNMENT 32 macro
41 #elif TCB_ALIGNMENT < 32
42 # error TCB_ALIGNMENT must be at least 32
418 } __attribute ((aligned (TCB_ALIGNMENT)));
A Dtst-tls3mod.c63 if ((uintptr_t) pthread_self () & (TCB_ALIGNMENT - 1)) in tf()
A Dtst-tls3.c87 if ((uintptr_t) pthread_self () & (TCB_ALIGNMENT - 1)) in do_test()
A Dallocatestack.c225 assert (TCB_ALIGNMENT >= STACK_ALIGN); in allocate_stack()

Completed in 7 milliseconds