/prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/ |
pthread.h | 112 } pthread_rwlock_t; typedef in typeref:struct:__anon80408 221 int pthread_rwlock_destroy(pthread_rwlock_t*) __nonnull((1)); 222 int pthread_rwlock_init(pthread_rwlock_t*, const pthread_rwlockattr_t*) __nonnull((1)); 223 int pthread_rwlock_rdlock(pthread_rwlock_t*) __nonnull((1)); 224 int pthread_rwlock_timedrdlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2)); 225 int pthread_rwlock_timedwrlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2)); 226 int pthread_rwlock_tryrdlock(pthread_rwlock_t*) __nonnull((1)); 227 int pthread_rwlock_trywrlock(pthread_rwlock_t*) __nonnull((1)); 228 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) __nonnull((1)); 229 int pthread_rwlock_wrlock(pthread_rwlock_t*) __nonnull((1)) [all...] |
/prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/ |
pthread.h | 112 } pthread_rwlock_t; typedef in typeref:struct:__anon81186 221 int pthread_rwlock_destroy(pthread_rwlock_t*) __nonnull((1)); 222 int pthread_rwlock_init(pthread_rwlock_t*, const pthread_rwlockattr_t*) __nonnull((1)); 223 int pthread_rwlock_rdlock(pthread_rwlock_t*) __nonnull((1)); 224 int pthread_rwlock_timedrdlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2)); 225 int pthread_rwlock_timedwrlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2)); 226 int pthread_rwlock_tryrdlock(pthread_rwlock_t*) __nonnull((1)); 227 int pthread_rwlock_trywrlock(pthread_rwlock_t*) __nonnull((1)); 228 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) __nonnull((1)); 229 int pthread_rwlock_wrlock(pthread_rwlock_t*) __nonnull((1)) [all...] |
/prebuilts/ndk/r10/platforms/android-9/arch-arm/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon83037 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon83490 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r10/platforms/android-9/arch-x86/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon83945 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-12/arch-arm/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon84560 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon85012 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon85466 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-13/arch-arm/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon85873 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon86332 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-13/arch-x86/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon86793 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-14/arch-arm/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon87202 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon87663 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-14/arch-x86/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon88126 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-15/arch-arm/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon88535 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon88996 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-15/arch-x86/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon89459 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-16/arch-arm/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon89868 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon90329 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-16/arch-x86/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon90792 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-17/arch-arm/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon91201 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon91662 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon92125 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon92534 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |
/prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/ |
pthread.h | 242 } pthread_rwlock_t; typedef in typeref:struct:__anon92995 251 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr); 252 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock); 254 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock); 255 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock); 256 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 258 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock); 259 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock); 260 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout); 262 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) [all...] |