Home
last modified time | relevance | path

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

/bionic/libc/bionic/
D__libc_init_main_thread.cpp152 if (mapping.mmap_base == nullptr) { in __libc_init_main_thread_final()
166 main_thread.mmap_base = mapping.mmap_base; in __libc_init_main_thread_final()
Dpthread_create.cpp255 result.mmap_base = space; in __allocate_thread_mapping()
279 if (mapping.mmap_base == nullptr) return EAGAIN; in __allocate_thread()
286 if (mapping.mmap_base == nullptr) return EAGAIN; in __allocate_thread()
318 thread->mmap_base = mapping.mmap_base; in __allocate_thread()
458 munmap(thread->mmap_base, thread->mmap_size); in pthread_create()
Dpthread_internal.h160 void* mmap_base; variable
185 char* mmap_base; member
Dpthread_exit.cpp144 _exit_with_stack_teardown(thread->mmap_base, thread->mmap_size); in pthread_exit()
Dpthread_internal.cpp78 munmap(thread->mmap_base, thread->mmap_size); in __pthread_internal_free()
/bionic/tests/
Dstruct_layout_test.cpp48 CHECK_OFFSET(pthread_internal_t, mmap_base, 168); in tests()
90 CHECK_OFFSET(pthread_internal_t, mmap_base, 92); in tests()