platform_bionic/libc/arch-arm64
Josh Gao 2303283740 Track whether a thread is currently vforked.
Our various fd debugging facilities get extremely confused by a vforked
process closing file descriptors in preparation to exec: fdsan can
abort, and fdtrack will delete backtraces for any file descriptors that
get closed. Keep track of whether we're in a vforked child in order to
be able to detect this.

Bug: http://b/153926671
Test: 32/64-bit bionic-unit-tests on blueline, x86_64 emulator
Change-Id: I8a082fd06bfdfef0e2a88dbce350b6f667f7df9f
2020-05-07 19:44:27 -07:00
..
bionic Track whether a thread is currently vforked. 2020-05-07 19:44:27 -07:00
generic/bionic Switch to the arm-optimized-routines string routines on aarch64 where possible. 2020-02-25 13:11:55 -08:00
mte/bionic Switch to the arm-optimized-routines string routines on aarch64 where possible. 2020-02-25 13:11:55 -08:00
dynamic_function_dispatch.cpp Switch to the arm-optimized-routines string routines on aarch64 where possible. 2020-02-25 13:11:55 -08:00
static_function_dispatch.S Switch to the arm-optimized-routines string routines on aarch64 where possible. 2020-02-25 13:11:55 -08:00