Searched refs:mmap_base (Results 1 – 5 of 5) sorted by relevance
122 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()
255 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()
129 void* mmap_base; variable148 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()