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.cpp122 if (mapping.mmap_base == nullptr) { in __libc_init_main_thread_final()
136 main_thread.mmap_base = mapping.mmap_base; in __libc_init_main_thread_final()
Dpthread_create.cpp255 result.mmap_base = space; in __allocate_thread_mapping()
277 if (mapping.mmap_base == nullptr) return EAGAIN; in __allocate_thread()
284 if (mapping.mmap_base == nullptr) return EAGAIN; in __allocate_thread()
316 thread->mmap_base = mapping.mmap_base; in __allocate_thread()
407 munmap(thread->mmap_base, thread->mmap_size); in pthread_create()
Dpthread_internal.h129 void* mmap_base; variable
148 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()