[all-commits] [llvm/llvm-project] 41fecc: [libc] add rwlock (#94156)
Schrodinger ZHU Yifan via All-commits
all-commits at lists.llvm.org
Fri Jun 14 13:34:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41fecca97b77a80926cb1b1a83c8af3c90d354bd
https://github.com/llvm/llvm-project/commit/41fecca97b77a80926cb1b1a83c8af3c90d354bd
Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
Date: 2024-06-14 (Fri, 14 Jun 2024)
Changed paths:
M libc/config/config.json
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/configure.rst
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/pthread_rwlock_t.h
M libc/include/pthread.h.def
M libc/spec/posix.td
M libc/spec/spec.td
M libc/src/__support/macros/attributes.h
M libc/src/__support/threads/linux/CMakeLists.txt
A libc/src/__support/threads/linux/rwlock.h
M libc/src/pthread/CMakeLists.txt
A libc/src/pthread/pthread_rwlock_destroy.cpp
A libc/src/pthread/pthread_rwlock_destroy.h
A libc/src/pthread/pthread_rwlock_init.cpp
A libc/src/pthread/pthread_rwlock_init.h
A libc/src/pthread/pthread_rwlock_rdlock.cpp
A libc/src/pthread/pthread_rwlock_rdlock.h
A libc/src/pthread/pthread_rwlock_timedrdlock.cpp
A libc/src/pthread/pthread_rwlock_timedrdlock.h
A libc/src/pthread/pthread_rwlock_timedwrlock.cpp
A libc/src/pthread/pthread_rwlock_timedwrlock.h
A libc/src/pthread/pthread_rwlock_tryrdlock.cpp
A libc/src/pthread/pthread_rwlock_tryrdlock.h
A libc/src/pthread/pthread_rwlock_trywrlock.cpp
A libc/src/pthread/pthread_rwlock_trywrlock.h
A libc/src/pthread/pthread_rwlock_unlock.cpp
A libc/src/pthread/pthread_rwlock_unlock.h
A libc/src/pthread/pthread_rwlock_wrlock.cpp
A libc/src/pthread/pthread_rwlock_wrlock.h
M libc/test/integration/src/pthread/CMakeLists.txt
A libc/test/integration/src/pthread/pthread_rwlock_test.cpp
Log Message:
-----------
[libc] add rwlock (#94156)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list