HomeSort by relevance Sort by last modified time
    Searched refs:pthread_rwlock_init (Results 51 - 75 of 75) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
pthread.h 249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
pthread.h 249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
pthread.h 249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
pthread.h 249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
pthread.h 249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
pthread.h 249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
pthread.h 249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pthread.h 249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pthread.h 249 int pthread_rwlock_init(pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr);
  /external/bison/lib/glthread/
lock.h 128 # pragma weak pthread_rwlock_init macro
191 (pthread_in_use () ? pthread_rwlock_init (LOCK, NULL) : 0)
    [all...]
lock.c 42 err = pthread_rwlock_init (&lock->rwlock, NULL);
  /external/valgrind/unittest/
thread_wrappers_pthread.h 242 RWLock() { CHECK(0 == pthread_rwlock_init(&mu_, NULL)); }
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 229 PTHREAD_WRAPPER(pthread_rwlock_init, (pthread_rwlock_t *rwlock, const pthread_rwlockattr_t *attr),
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 112 CHECK_EQ(pthread_rwlock_init((pthread_rwlock_t*)mtx_, 0), 0);
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 301 RWLock() { CHECK(0 == pthread_rwlock_init(&mu_, NULL)); }
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Makefile 152 pthread_rwlock_init.obj \
321 pthread_rwlock_init.c \
pthread.h     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 973 TSAN_INTERCEPTOR(int, pthread_rwlock_init, void *m, void *a) {
974 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_init, m, a);
975 int res = REAL(pthread_rwlock_init)(m, a);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 846 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 846 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 846 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock,
    [all...]
  /art/runtime/base/
mutex.cc 520 CHECK_MUTEX_CALL(pthread_rwlock_init, (&rwlock_, NULL));
  /external/stressapptest/src/
worker.cc 146 sat_assert(0 == pthread_rwlock_init(&status_rwlock_, NULL));
    [all...]
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 808 milliseconds

1 23