Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dheap_tagging.cpp220 void* child_sp = __get_thread()->vfork_child_stack_bottom; in memtag_handle_vfork()
221 __get_thread()->vfork_child_stack_bottom = nullptr; in memtag_handle_vfork()
Dexit.cpp40 __get_thread()->vfork_child_stack_bottom = __builtin_frame_address(0); in _exit()
Dpthread_internal.h185 void* vfork_child_stack_bottom; variable
Dexec.cpp189 __get_thread()->vfork_child_stack_bottom = __builtin_frame_address(0); in execve()
/bionic/tests/
Dstruct_layout_test.cpp58 CHECK_OFFSET(pthread_internal_t, vfork_child_stack_bottom, 776); in tests()
101 CHECK_OFFSET(pthread_internal_t, vfork_child_stack_bottom, 668); in tests()