SSiva Chandra Reddy[libc] Add implementations of pthread_equal and pthread_self.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Linux threads - Setup TLS area of a new thread and cleanup at exit. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D129543 | 3 年前 | |
[libc][NFC] Use uint32_t to represent futex words. Futexes are 32 bits in size on all platforms, including 64-bit systems. | 3 年前 | |
[libc] Add a linux Thread class in __support/threads. This change is essentially a mechanical change which moves the thread creation and join implementations from src/threads/linux to src/__support/threads/linux/thread.h. The idea being that, in future, a pthread implementation can reuse the common thread implementations in src/__support/threads. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D123287 | 4 年前 | |
[libc] Add implementations of pthread_equal and pthread_self. Reviewed By: michaelrj, lntue Differential Revision: https://reviews.llvm.org/D129729 | 3 年前 |