Searched refs:STACK_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
35 constexpr unsigned int STACK_ALIGNMENT = 16; variable64 struct alignas(STACK_ALIGNMENT) ThreadAttributes { in alignas() argument
77 struct alignas(STACK_ALIGNMENT) StartArgs {170 adjusted_stack &= ~(uintptr_t(STACK_ALIGNMENT) - 1); in run()