[libc] Linux threads - Setup TLS area of a new thread and cleanup at exit.Reviewed By: lntueDifferential Revision: https://reviews.llvm.org/D129543
[libc][NFC] Make thread_detach_test an integration test.This is simple switch from a unittest to an integration test. It isbeing done as a preparatory step to adding TLS support to threadcreation
[libc][NFC] Make thread_detach_test an integration test.This is simple switch from a unittest to an integration test. It isbeing done as a preparatory step to adding TLS support to threadcreation. TLS setup and initialization is tightly coupled with theloader and hence all thread related tests should be integration tests.
show more ...