Home
last modified time | relevance | path

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

/bionic/libc/bionic/
D__libc_init_main_thread.cpp143 if (mapping.mmap_base == nullptr) { in __libc_init_main_thread_final()
157 main_thread.mmap_base = mapping.mmap_base; in __libc_init_main_thread_final()
Dpthread_create.cpp236 result.mmap_base = space; in __allocate_thread_mapping()
260 if (mapping.mmap_base == nullptr) return EAGAIN; in __allocate_thread()
267 if (mapping.mmap_base == nullptr) return EAGAIN; in __allocate_thread()
299 thread->mmap_base = mapping.mmap_base; in __allocate_thread()
421 munmap(thread->mmap_base, thread->mmap_size); in pthread_create()
Dpthread_internal.h137 void* mmap_base; variable
161 char* mmap_base; member
Dpthread_internal.cpp74 munmap(thread->mmap_base, thread->mmap_size); in __pthread_internal_free()
Dpthread_exit.cpp132 _exit_with_stack_teardown(thread->mmap_base, thread->mmap_size); in pthread_exit()