|
Revision tags: llvmorg-18.1.8, llvmorg-18.1.7 |
|
| #
485f9f58 |
| 30-May-2024 |
Hendrik Hübner <117831077+HendrikHuebner@users.noreply.github.com> |
Reland: [libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#93622)
New pull request for https://github.com/llvm/llvm-project/issues/89443
The previous PR was reverted after
Reland: [libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#93622)
New pull request for https://github.com/llvm/llvm-project/issues/89443
The previous PR was reverted after breaking fullbuild due to a missing struct declaration, which I forgot to commit.
Reverts revert and adds the missing pthread_rwlockattr_getkind_np / pthread_rwlockattr_setkind_np functions and tests respecitvely.
show more ...
|
|
Revision tags: llvmorg-18.1.6 |
|
| #
27595c4b |
| 13-May-2024 |
Schrodinger ZHU Yifan <yifanzhu@rochester.edu> |
Revert "[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions" (#91966)
Reverts llvm/llvm-project#90249
Fullbuild is broken:
https://lab.llvm.org/buildbot/#/builders/163/build
Revert "[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions" (#91966)
Reverts llvm/llvm-project#90249
Fullbuild is broken:
https://lab.llvm.org/buildbot/#/builders/163/builds/56501
show more ...
|
| #
d2676a73 |
| 13-May-2024 |
Hendrik Hübner <117831077+HendrikHuebner@users.noreply.github.com> |
[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#90249)
Closes #89443
I added the two missing functions and respective test cases. Let me know
if anything needs changin
[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#90249)
Closes #89443
I added the two missing functions and respective test cases. Let me know
if anything needs changing.
show more ...
|
|
Revision tags: llvmorg-18.1.5 |
|
| #
dd796323 |
| 22-Apr-2024 |
Nick Desaulniers <nickdesaulniers@users.noreply.github.com> |
[libc][POSIX][pthreads] implement pthread_rwlockattr_t functions (#89322)
Implement: - pthread_rwlockattr_destroy - pthread_rwlockattr_getpshared - pthread_rwlockattr_init - pthread_rwlockattr_setps
[libc][POSIX][pthreads] implement pthread_rwlockattr_t functions (#89322)
Implement: - pthread_rwlockattr_destroy - pthread_rwlockattr_getpshared - pthread_rwlockattr_init - pthread_rwlockattr_setpshared
show more ...
|