[libc][NFC] Make the support thread library an object library.
authorSiva Chandra Reddy <sivachandra@google.com>
Sat, 25 Jun 2022 08:28:57 +0000 (08:28 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Mon, 27 Jun 2022 08:47:05 +0000 (08:47 +0000)
commitfe8017476c7788806859a0fbac0c82be38874b47
treefea34ea3286d126a3a2ab0bd5a7c5ebc78bd92fe
parentb06614e2e8d74339f65a46931dbf1521552df35b
[libc][NFC] Make the support thread library an object library.

It was previously a header library. Making it an object library will
allow us to declare thread local variables which can used to setup a
thread's self object.
libc/src/__support/threads/CMakeLists.txt
libc/src/__support/threads/linux/thread.cpp [new file with mode: 0644]
libc/src/__support/threads/linux/thread.h [deleted file]
libc/src/__support/threads/thread.h
libc/src/__support/threads/thread_attrib.h [deleted file]