platform_bionic/libc/arch-x86_64
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
string Optimized L2 Cache value for Intel(R) Core Architectures. 2019-11-12 15:58:34 +00:00