Home
last modified time | relevance | path

Searched refs:stack_top (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dpthread_create.cpp244 result.stack_top = result.static_tls; in __allocate_thread_mapping()
250 char* stack_top; in __allocate_thread() local
264 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()
Dandroid_unsafe_frame_pointer_chase.cpp38 return __get_thread()->stack_top; in __get_thread_stack_top()
Dpthread_internal.h133 uintptr_t stack_top; variable
173 char* stack_top; member
D__libc_init_main_thread.cpp84 main_thread.stack_top = reinterpret_cast<uintptr_t>(args.argv); in __libc_init_main_thread_early()
/bionic/tests/
Dstruct_layout_test.cpp46 CHECK_OFFSET(pthread_internal_t, stack_top, 144); in tests()
87 CHECK_OFFSET(pthread_internal_t, stack_top, 76); in tests()