Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_create.cpp242 result.stack_top = result.static_tls; in __allocate_thread_mapping()
248 char* stack_top; in __allocate_thread() local
262 stack_top = mapping.stack_top; in __allocate_thread()
269 stack_top = static_cast<char*>(attr->stack_base) + attr->stack_size; in __allocate_thread()
276 stack_top = align_down(stack_top - sizeof(pthread_internal_t), 16); in __allocate_thread()
278 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(stack_top); in __allocate_thread()
297 attr->stack_size = stack_top - static_cast<char*>(attr->stack_base); in __allocate_thread()
303 thread->stack_top = reinterpret_cast<uintptr_t>(stack_top); in __allocate_thread()
306 *child_stack = stack_top; in __allocate_thread()
Dpthread_internal.h133 uintptr_t stack_top; variable
168 char* stack_top; member
Dandroid_unsafe_frame_pointer_chase.cpp59 uintptr_t end = __get_thread()->stack_top; in android_unsafe_frame_pointer_chase()
D__libc_init_main_thread.cpp84 main_thread.stack_top = reinterpret_cast<uintptr_t>(args.argv); in __libc_init_main_thread_early()