platform_bionic/libc/arch-arm
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
cortex-a7/bionic Remove denver from bionic 2018-12-04 06:38:08 +00:00
cortex-a9/bionic libc: import ARM strcmp from newlib 2019-05-16 04:37:26 +00:00
cortex-a15/bionic libc: import ARM strcmp from newlib 2019-05-16 04:37:26 +00:00
cortex-a53/bionic Remove denver from bionic 2018-12-04 06:38:08 +00:00
cortex-a55/bionic Remove denver from bionic 2018-12-04 06:38:08 +00:00
generic/bionic libc: Optimize ARM memcmp by using NEON. 2018-12-22 01:04:27 +00:00
krait/bionic libc: import ARM strcmp from newlib 2019-05-16 04:37:26 +00:00
kryo/bionic Remove denver from bionic 2018-12-04 06:38:08 +00:00
dynamic_function_dispatch.cpp Add arm64 string.h function implementations for use with hardware supporting MTE. 2019-10-29 16:18:31 -07:00
static_function_dispatch.S Use ifunc for ARM32 fortify functions 2018-11-28 10:56:21 -08:00