Searched refs:mmap_base (Results 1 – 5 of 5) sorted by relevance
143 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()
236 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()
137 void* mmap_base; variable161 char* mmap_base; member
74 munmap(thread->mmap_base, thread->mmap_size); in __pthread_internal_free()
132 _exit_with_stack_teardown(thread->mmap_base, thread->mmap_size); in pthread_exit()