[all-commits] [llvm/llvm-project] dd7963: [libc][POSIX][pthreads] implement pthread_rwlockat...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Mon Apr 22 12:03:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd7963239e94bcd46e56ae90b08d2d0c9904ff00
https://github.com/llvm/llvm-project/commit/dd7963239e94bcd46e56ae90b08d2d0c9904ff00
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/pthread_rwlockattr_t.h
M libc/spec/posix.td
M libc/src/pthread/CMakeLists.txt
A libc/src/pthread/pthread_rwlockattr_destroy.cpp
A libc/src/pthread/pthread_rwlockattr_destroy.h
A libc/src/pthread/pthread_rwlockattr_getpshared.cpp
A libc/src/pthread/pthread_rwlockattr_getpshared.h
A libc/src/pthread/pthread_rwlockattr_init.cpp
A libc/src/pthread/pthread_rwlockattr_init.h
A libc/src/pthread/pthread_rwlockattr_setpshared.cpp
A libc/src/pthread/pthread_rwlockattr_setpshared.h
M libc/test/src/pthread/CMakeLists.txt
A libc/test/src/pthread/pthread_rwlockattr_test.cpp
Log Message:
-----------
[libc][POSIX][pthreads] implement pthread_rwlockattr_t functions (#89322)
Implement:
- pthread_rwlockattr_destroy
- pthread_rwlockattr_getpshared
- pthread_rwlockattr_init
- pthread_rwlockattr_setpshared
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