HomeSort by relevance Sort by last modified time
    Searched defs:pthread_rwlock_t (Results 1 - 25 of 51) sorted by null

1 2 3

  /bionic/libc/include/
pthread.h 112 } pthread_rwlock_t; typedef in typeref:struct:__anon171
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...]
  /development/ndk/platforms/android-9/include/
pthread.h 242 } pthread_rwlock_t; typedef in typeref:struct:__anon1816
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...]
  /development/ndk/platforms/android-L/include/
pthread.h 112 } pthread_rwlock_t; typedef in typeref:struct:__anon2521
219 int pthread_rwlock_destroy(pthread_rwlock_t*) __nonnull((1));
220 int pthread_rwlock_init(pthread_rwlock_t*, const pthread_rwlockattr_t*) __nonnull((1));
221 int pthread_rwlock_rdlock(pthread_rwlock_t*) __nonnull((1));
222 int pthread_rwlock_timedrdlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2));
223 int pthread_rwlock_timedwrlock(pthread_rwlock_t*, const struct timespec*) __nonnull((1, 2));
224 int pthread_rwlock_tryrdlock(pthread_rwlock_t*) __nonnull((1));
225 int pthread_rwlock_trywrlock(pthread_rwlock_t*) __nonnull((1));
226 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock) __nonnull((1));
227 int pthread_rwlock_wrlock(pthread_rwlock_t*) __nonnull((1))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
pthreadtypes.h 189 } pthread_rwlock_t; typedef in typeref:union:__anon45598
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
pthreadtypes.h 189 } pthread_rwlock_t; typedef in typeref:union:__anon47334
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
pthread.h 236 } pthread_rwlock_t; typedef in typeref:struct:__anon53814
245 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
246 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
248 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
249 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
pthread.h 236 } pthread_rwlock_t; typedef in typeref:struct:__anon54789
245 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
246 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
248 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
249 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
pthread.h 236 } pthread_rwlock_t; typedef in typeref:struct:__anon54912
245 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
246 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
248 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
249 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
pthread.h 236 } pthread_rwlock_t; typedef in typeref:struct:__anon55475
245 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
246 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
248 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
249 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
pthread.h 236 } pthread_rwlock_t; typedef in typeref:struct:__anon55922
245 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
246 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
248 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
249 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
pthread.h 236 } pthread_rwlock_t; typedef in typeref:struct:__anon59113
245 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
246 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
248 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
249 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
pthread.h 236 } pthread_rwlock_t; typedef in typeref:struct:__anon59560
245 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
246 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
248 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
249 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
250 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
252 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
pthread.h 240 } pthread_rwlock_t; typedef in typeref:struct:__anon60148
249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
250 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
252 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
257 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
pthread.h 240 } pthread_rwlock_t; typedef in typeref:struct:__anon60594
249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
250 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
252 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
257 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
pthread.h 240 } pthread_rwlock_t; typedef in typeref:struct:__anon61042
249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
250 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
252 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
257 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
pthread.h 240 } pthread_rwlock_t; typedef in typeref:struct:__anon62873
249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
250 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
252 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
257 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
pthread.h 240 } pthread_rwlock_t; typedef in typeref:struct:__anon63319
249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
250 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
252 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
257 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
pthread.h 240 } pthread_rwlock_t; typedef in typeref:struct:__anon63767
249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
250 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
252 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
253 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
254 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
256 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
257 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
258 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
260 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
pthread.h 242 } pthread_rwlock_t; typedef in typeref:struct:__anon64616
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/9/platforms/android-12/arch-mips/usr/include/
pthread.h 242 } pthread_rwlock_t; typedef in typeref:struct:__anon65068
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/9/platforms/android-12/arch-x86/usr/include/
pthread.h 242 } pthread_rwlock_t; typedef in typeref:struct:__anon65522
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/9/platforms/android-13/arch-arm/usr/include/
pthread.h 242 } pthread_rwlock_t; typedef in typeref:struct:__anon65929
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/9/platforms/android-13/arch-mips/usr/include/
pthread.h 242 } pthread_rwlock_t; typedef in typeref:struct:__anon66388
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/9/platforms/android-13/arch-x86/usr/include/
pthread.h 242 } pthread_rwlock_t; typedef in typeref:struct:__anon66849
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/9/platforms/android-14/arch-arm/usr/include/
pthread.h 242 } pthread_rwlock_t; typedef in typeref:struct:__anon67258
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...]

Completed in 1054 milliseconds

1 2 3