Searched refs:adjusted_stack (Results 1 – 1 of 1) sorted by relevance
167 uintptr_t adjusted_stack = reinterpret_cast<uintptr_t>(stack) + size - in run() local170 adjusted_stack &= ~(uintptr_t(STACK_ALIGNMENT) - 1); in run()172 auto *start_args = reinterpret_cast<StartArgs *>(adjusted_stack); in run()175 reinterpret_cast<ThreadAttributes *>(adjusted_stack + sizeof(StartArgs)); in run()190 adjusted_stack + sizeof(StartArgs) + sizeof(ThreadAttributes)); in run()201 SYS_clone, CLONE_SYSCALL_FLAGS, adjusted_stack, in run()209 SYS_clone, CLONE_SYSCALL_FLAGS, adjusted_stack, in run()