Searched refs:STACK_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
47 constexpr unsigned int STACK_ALIGNMENT = 16; variable50 constexpr unsigned int STACK_ALIGNMENT = 8; variable81 struct alignas(STACK_ALIGNMENT) ThreadAttributes {
138 struct alignas(STACK_ALIGNMENT) StartArgs {229 if ((stackaddr % STACK_ALIGNMENT != 0) || in run()230 ((stackaddr + stacksize) % STACK_ALIGNMENT != 0)) { in run()270 adjusted_stack &= ~(uintptr_t(STACK_ALIGNMENT) - 1); in run()