| /OK3568_Linux_fs/kernel/tools/lib/lockdep/ |
| H A D | preload.c | 40 static pthread_rwlock_t locks_rwlock = PTHREAD_RWLOCK_INITIALIZER; 67 extern int __pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 68 extern int __pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 69 extern int __pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 70 extern int __pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 71 extern int __pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 72 extern int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 73 extern int __pthread_rwlock_unlock(pthread_rwlock_t *rwlock); 84 static int (*ll_pthread_rwlock_init)(pthread_rwlock_t *rwlock, 86 static int (*ll_pthread_rwlock_destroy)(pthread_rwlock_t *rwlock) = __pthread_rwlock_destroy; [all …]
|
| /OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/ |
| H A D | pthread.h | 594 typedef struct pthread_rwlock_t_ * pthread_rwlock_t; typedef 705 #define PTHREAD_RWLOCK_INITIALIZER ((pthread_rwlock_t)(size_t) -1) 1123 PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_init(pthread_rwlock_t *lock, 1126 PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_destroy(pthread_rwlock_t *lock); 1128 PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_tryrdlock(pthread_rwlock_t *); 1130 PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_trywrlock(pthread_rwlock_t *); 1132 PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_rdlock(pthread_rwlock_t *lock); 1134 PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_timedrdlock(pthread_rwlock_t *lock, 1137 PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_wrlock(pthread_rwlock_t *lock); 1139 PTW32_DLLPORT int PTW32_CDECL pthread_rwlock_timedwrlock(pthread_rwlock_t *lock, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/ |
| H A D | pthread.h | 913 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock, 918 extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock) 922 extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock) 926 extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock) 931 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock, 937 extern int pthread_rwlock_clockrdlock (pthread_rwlock_t *__restrict __rwlock, 944 extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock) 948 extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock) 953 extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock, 959 extern int pthread_rwlock_clockwrlock (pthread_rwlock_t *__restrict __rwlock, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/ |
| H A D | pthread.h | 913 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock, 918 extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock) 922 extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock) 926 extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock) 931 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock, 937 extern int pthread_rwlock_clockrdlock (pthread_rwlock_t *__restrict __rwlock, 944 extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock) 948 extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock) 953 extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock, 959 extern int pthread_rwlock_clockwrlock (pthread_rwlock_t *__restrict __rwlock, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | pthread.h | 904 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock, 909 extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock) 913 extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock) 917 extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock) 922 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock, 928 extern int pthread_rwlock_clockrdlock (pthread_rwlock_t *__restrict __rwlock, 935 extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock) 939 extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock) 944 extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock, 950 extern int pthread_rwlock_clockwrlock (pthread_rwlock_t *__restrict __rwlock, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | pthread.h | 904 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock, 909 extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock) 913 extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock) 917 extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock) 922 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock, 928 extern int pthread_rwlock_clockrdlock (pthread_rwlock_t *__restrict __rwlock, 935 extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock) 939 extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock) 944 extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock, 950 extern int pthread_rwlock_clockwrlock (pthread_rwlock_t *__restrict __rwlock, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | shared_mutex | 66 __glibcxx_ ## name (pthread_rwlock_t *__rwlock) \ 82 __glibcxx_rwlock_init (pthread_rwlock_t *__rwlock) 93 __glibcxx_rwlock_timedrdlock (pthread_rwlock_t *__rwlock, 103 __glibcxx_rwlock_timedwrlock (pthread_rwlock_t *__rwlock, 114 __glibcxx_rwlock_rdlock (pthread_rwlock_t *__rwlock) 117 __glibcxx_rwlock_tryrdlock (pthread_rwlock_t *__rwlock) 120 __glibcxx_rwlock_wrlock (pthread_rwlock_t *__rwlock) 123 __glibcxx_rwlock_trywrlock (pthread_rwlock_t *__rwlock) 126 __glibcxx_rwlock_unlock (pthread_rwlock_t *__rwlock) 129 __glibcxx_rwlock_destroy(pthread_rwlock_t *__rwlock) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | shared_mutex | 66 __glibcxx_ ## name (pthread_rwlock_t *__rwlock) \ 82 __glibcxx_rwlock_init (pthread_rwlock_t *__rwlock) 93 __glibcxx_rwlock_timedrdlock (pthread_rwlock_t *__rwlock, 103 __glibcxx_rwlock_timedwrlock (pthread_rwlock_t *__rwlock, 114 __glibcxx_rwlock_rdlock (pthread_rwlock_t *__rwlock) 117 __glibcxx_rwlock_tryrdlock (pthread_rwlock_t *__rwlock) 120 __glibcxx_rwlock_wrlock (pthread_rwlock_t *__rwlock) 123 __glibcxx_rwlock_trywrlock (pthread_rwlock_t *__rwlock) 126 __glibcxx_rwlock_unlock (pthread_rwlock_t *__rwlock) 129 __glibcxx_rwlock_destroy(pthread_rwlock_t *__rwlock) [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/lockdep/include/liblockdep/ |
| H A D | rwlock.h | 9 pthread_rwlock_t rwlock; 76 #define pthread_rwlock_t liblockdep_pthread_rwlock_t macro
|
| /OK3568_Linux_fs/kernel/tools/lib/lockdep/tests/ |
| H A D | WW.c | 6 pthread_rwlock_t a, b; in main()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | rwsem.h | 7 pthread_rwlock_t lock;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | pthreadtypes.h | 91 } pthread_rwlock_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | pthreadtypes.h | 91 } pthread_rwlock_t; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | thread.h | 81 typedef pthread_rwlock_t CRYPTO_MUTEX;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | thread.h | 81 typedef pthread_rwlock_t CRYPTO_MUTEX;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | thread.h | 81 typedef pthread_rwlock_t CRYPTO_MUTEX;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
| H A D | 0001-configure.ac.in-fix-configure-error.patch | 29 - pthread_rwlock_t t;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | thread.h | 81 typedef pthread_rwlock_t CRYPTO_MUTEX;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | thread.h | 81 typedef pthread_rwlock_t CRYPTO_MUTEX;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | thread.h | 81 typedef pthread_rwlock_t CRYPTO_MUTEX;
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | worker.h | 189 pthread_rwlock_t status_rwlock_; 194 pthread_rwlock_t pause_rwlock_; // Guards pause_barrier_
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-13 | 5002 -- Function: int pthread_rwlock_clockrdlock (pthread_rwlock_t *RWLOCK, 5014 -- Function: int pthread_rwlock_clockwrlock (pthread_rwlock_t *RWLOCK,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-13 | 5002 -- Function: int pthread_rwlock_clockrdlock (pthread_rwlock_t *RWLOCK, 5014 -- Function: int pthread_rwlock_clockwrlock (pthread_rwlock_t *RWLOCK,
|