HomeSort by relevance Sort by last modified time
    Searched full:pthread_rwlock_t (Results 151 - 175 of 443) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
4-1.c 6 * Test pthread_rwlock_rdlock(pthread_rwlock_t * rwlock)
32 static pthread_rwlock_t rwlock;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
6-1.c 6 * Test pthread_rwlock_timedrdlock(pthread_rwlock_t * rwlock)
41 static pthread_rwlock_t rwlock;
6-2.c 6 * Test pthread_rwlock_timedrdlock(pthread_rwlock_t * rwlock)
51 static pthread_rwlock_t rwlock;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
6-1.c 6 * Test pthread_rwlock_timedwrlock(pthread_rwlock_t * rwlock)
41 static pthread_rwlock_t rwlock;
6-2.c 6 * Test pthread_rwlock_timedwrlock(pthread_rwlock_t * rwlock)
51 static pthread_rwlock_t rwlock;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
2-1.c 6 * Test pthread_rwlock_wrlock(pthread_rwlock_t * rwlock)
32 static pthread_rwlock_t rwlock;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
libc-lock.h 53 typedef pthread_rwlock_t __libc_rwlock_t;
566 extern int __pthread_rwlock_init (pthread_rwlock_t *__rwlock,
569 extern int __pthread_rwlock_destroy (pthread_rwlock_t *__rwlock);
571 extern int __pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock);
573 extern int __pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock);
575 extern int __pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock);
577 extern int __pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock);
579 extern int __pthread_rwlock_unlock (pthread_rwlock_t *__rwlock);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
libc-lock.h 53 typedef pthread_rwlock_t __libc_rwlock_t;
566 extern int __pthread_rwlock_init (pthread_rwlock_t *__rwlock,
569 extern int __pthread_rwlock_destroy (pthread_rwlock_t *__rwlock);
571 extern int __pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock);
573 extern int __pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock);
575 extern int __pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock);
577 extern int __pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock);
579 extern int __pthread_rwlock_unlock (pthread_rwlock_t *__rwlock);
pthreadtypes.h 139 } pthread_rwlock_t; typedef in typeref:union:__anon56415
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
libc-lock.h 53 typedef pthread_rwlock_t __libc_rwlock_t;
566 extern int __pthread_rwlock_init (pthread_rwlock_t *__rwlock,
569 extern int __pthread_rwlock_destroy (pthread_rwlock_t *__rwlock);
571 extern int __pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock);
573 extern int __pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock);
575 extern int __pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock);
577 extern int __pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock);
579 extern int __pthread_rwlock_unlock (pthread_rwlock_t *__rwlock);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 864 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock,
869 extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock)
873 extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock)
877 extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock)
882 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock,
888 extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock)
892 extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock)
897 extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock,
903 extern int pthread_rwlock_unlock (pthread_rwlock_t *__rwlock)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 872 extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock,
877 extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock)
881 extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock)
885 extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock)
890 extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock,
896 extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock)
900 extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock)
905 extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock,
911 extern int pthread_rwlock_unlock (pthread_rwlock_t *__rwlock)
    [all...]
  /development/ndk/platforms/android-9/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
assertions.xml 43 Type 'pthread_rwlock_t' shall be defined as described in sys/types.h
  /external/valgrind/drd/
drd_rwlock.c 394 * Update rwlock_info state when locking the pthread_rwlock_t mutex.
460 * Update rwlock_info state when locking the pthread_rwlock_t rwlock.
492 * Update rwlock_info state when unlocking the pthread_rwlock_t rwlock.
494 * @param rwlock Pointer to pthread_rwlock_t data structure in the client space.
  /external/valgrind/drd/tests/
trylock.c 23 pthread_rwlock_t rwlock;
  /external/valgrind/helgrind/tests/
tc23_bogus_condwait.c 11 pthread_cond_t cv; pthread_rwlock_t rwl;
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
types.h 83 typedef .... pthread_rwlock_t;

Completed in 1079 milliseconds

1 2 3 4 5 67 8 91011>>