Searched refs:stack_top (Results 1 – 5 of 5) sorted by relevance
244 result.stack_top = result.static_tls; in __allocate_thread_mapping()250 char* stack_top; in __allocate_thread() local264 stack_top = mapping.stack_top; in __allocate_thread()271 stack_top = static_cast<char*>(attr->stack_base) + attr->stack_size; in __allocate_thread()278 stack_top = align_down(stack_top - sizeof(pthread_internal_t), 16); in __allocate_thread()280 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(stack_top); in __allocate_thread()299 attr->stack_size = stack_top - static_cast<char*>(attr->stack_base); in __allocate_thread()305 thread->stack_top = reinterpret_cast<uintptr_t>(stack_top); in __allocate_thread()308 *child_stack = stack_top; in __allocate_thread()
38 return __get_thread()->stack_top; in __get_thread_stack_top()
133 uintptr_t stack_top; variable173 char* stack_top; member
84 main_thread.stack_top = reinterpret_cast<uintptr_t>(args.argv); in __libc_init_main_thread_early()
46 CHECK_OFFSET(pthread_internal_t, stack_top, 144); in tests()87 CHECK_OFFSET(pthread_internal_t, stack_top, 76); in tests()