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

1 2 3 4 5 6 7 8

  /ndk/tests/build/pthread-rwlock-initializer/jni/
test_pthread_rwlock_initializer.c 4 * It also checks that pthread_rwlock_t functions are properly exposed
9 pthread_rwlock_t theLock = PTHREAD_RWLOCK_INITIALIZER;
13 pthread_rwlock_t lock;
  /external/valgrind/main/memcheck/tests/darwin/
pth-supp.c 6 pthread_rwlock_t mutex;
  /external/valgrind/main/drd/tests/
rwlock_type_checking.c 20 pthread_rwlock_t posix_rwlock;
21 pthread_rwlock_t user_defined_rwlock;
27 pthread_rwlock_init((pthread_rwlock_t*)&user_defined_rwlock, 0);
  /external/llvm/lib/Support/
RWMutex.cpp 50 pthread_rwlock_t* rwlock =
51 static_cast<pthread_rwlock_t*>(malloc(sizeof(pthread_rwlock_t)));
55 bzero(rwlock, sizeof(pthread_rwlock_t));
70 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_);
79 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_);
89 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_)
    [all...]
  /bionic/libc/bionic/
pthread-rwlocks.c 103 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr)
142 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock)
156 static __inline__ int read_precondition(pthread_rwlock_t* rwlock, int tid)
174 static __inline__ int write_precondition(pthread_rwlock_t* rwlock, int tid)
192 static void _pthread_rwlock_pulse(pthread_rwlock_t *rwlock)
199 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock)
204 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock)
221 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout)
246 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock)
251 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock
    [all...]
  /external/valgrind/main/none/tests/
pth_rwlock.c 12 pthread_rwlock_t locks[LOCKS];
  /external/bison/m4/
lock.m4 13 # OSF/1 4.0 and Mac OS X 10.1 lack the pthread_rwlock_t type and the
15 AC_CHECK_TYPE([pthread_rwlock_t],
  /bionic/libc/include/
pthread.h 238 } pthread_rwlock_t; typedef in typeref:struct:__anon88
247 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
248 int pthread_rwlock_destroy(pthread_rwlock_t *rwlock);
250 int pthread_rwlock_rdlock(pthread_rwlock_t *rwlock);
251 int pthread_rwlock_tryrdlock(pthread_rwlock_t *rwlock);
252 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
254 int pthread_rwlock_wrlock(pthread_rwlock_t *rwlock);
255 int pthread_rwlock_trywrlock(pthread_rwlock_t *rwlock);
256 int pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abs_timeout);
258 int pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
    [all...]
  /development/ndk/platforms/android-9/include/
pthread.h 240 } pthread_rwlock_t; typedef in typeref:struct:__anon1521
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/5/platforms/android-9/arch-arm/usr/include/
pthread.h 236 } pthread_rwlock_t; typedef in typeref:struct:__anon45935
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:__anon46910
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:__anon47033
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:__anon47596
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:__anon48043
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:__anon51234
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:__anon51681
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:__anon52269
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:__anon52715
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:__anon53163
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:__anon54994
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:__anon55440
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:__anon55888
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-14/arch-arm/usr/include/
pthread.h 240 } pthread_rwlock_t; typedef in typeref:struct:__anon56736
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-14/arch-mips/usr/include/
pthread.h 240 } pthread_rwlock_t; typedef in typeref:struct:__anon57186
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-14/arch-x86/usr/include/
pthread.h 240 } pthread_rwlock_t; typedef in typeref:struct:__anon57638
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...]

Completed in 1478 milliseconds

1 2 3 4 5 6 7 8