File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
libc/config/linux/aarch64 Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -644,6 +644,15 @@ if(LLVM_LIBC_FULL_BUILD)
644
644
libc.src.pthread.pthread_mutexattr_setrobust
645
645
libc.src.pthread.pthread_mutexattr_settype
646
646
libc.src.pthread.pthread_once
647
+ libc.src.pthread.pthread_rwlock_init
648
+ libc.src.pthread.pthread_rwlock_tryrdlock
649
+ libc.src.pthread.pthread_rwlock_rdlock
650
+ libc.src.pthread.pthread_rwlock_timedrdlock
651
+ libc.src.pthread.pthread_rwlock_trywrlock
652
+ libc.src.pthread.pthread_rwlock_wrlock
653
+ libc.src.pthread.pthread_rwlock_timedwrlock
654
+ libc.src.pthread.pthread_rwlock_unlock
655
+ libc.src.pthread.pthread_rwlock_destroy
647
656
libc.src.pthread.pthread_rwlockattr_destroy
648
657
libc.src.pthread.pthread_rwlockattr_getkind_np
649
658
libc.src.pthread.pthread_rwlockattr_getpshared
You can’t perform that action at this time.
0 commit comments