[libc] Add implementations of pthread_equal and pthread_self.Reviewed By: michaelrj, lntueDifferential Revision: https://reviews.llvm.org/D129729
[libc][NFC] Convert threads unittests in to integration tests.This is mostly a mechanical change. In a future pass, all tests frompthread which create threads will also be converted to integration
[libc][NFC] Convert threads unittests in to integration tests.This is mostly a mechanical change. In a future pass, all tests frompthread which create threads will also be converted to integration tests.Some of thread related features are tightly coupled with the loader. So,they can only be tested with the in-house loader. Hence, going forward, alltests which create threads will have to be integration tests.Reviewed By: lntueDifferential Revision: https://reviews.llvm.org/D128381
show more ...