HomeSort by relevance Sort by last modified time
    Searched refs:pthread_rwlockattr_destroy (Results 1 - 16 of 16) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_destroy/
1-1.c 7 * Test that pthread_rwlockattr_destroy()
12 * 2. Destroy the attributes object using pthread_rwlockattr_destroy()
37 rc = pthread_rwlockattr_destroy(&rwla);
40 ("Error at pthread_rwlockattr_destroy(), error code: %d\n",
2-1.c 7 * Test pthread_rwlockattr_destroy()
13 * 2. Destroy that initialized attribute using pthread_rwlockattr_destroy()
38 rc = pthread_rwlockattr_destroy(&rwla);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
4-1.c 52 if ((pthread_rwlockattr_destroy(&rwla)) != 0) {
53 printf("Error at pthread_rwlockattr_destroy()\n");
2-1.c 113 if ((pthread_rwlockattr_destroy(&rwla)) != 0) {
114 printf("Error at pthread_rwlockattr_destroy()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
3-1.c 76 printf("Error at pthread_rwlockattr_destroy()\n");
80 if (pthread_rwlockattr_destroy(&rwlockattr) != 0) {
81 printf("Error at pthread_rwlockattr_destroy()\n");
1-1.c 110 if (pthread_rwlockattr_destroy(&rwlockattr) != 0) {
111 printf("Error at pthread_rwlockattr_destroy()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
2-1.c 53 if ((rc = pthread_rwlockattr_destroy(&rwa)) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/
1-1.c 81 if (pthread_rwlockattr_destroy(&rwla) != 0) {
82 printf("Error at pthread_rwlockattr_destroy()");
  /system/core/libutils/include/utils/
RWLock.h 96 pthread_rwlockattr_destroy(&attr);
  /external/fio/
mutex.c 307 pthread_rwlockattr_destroy(&attr);
311 pthread_rwlockattr_destroy(&attr);
  /bionic/libc/bionic/
pthread_rwlock.cpp 94 int pthread_rwlockattr_destroy(pthread_rwlockattr_t* attr) { function
  /bionic/libc/include/
pthread.h 208 int pthread_rwlockattr_destroy(pthread_rwlockattr_t* __attr);
  /bionic/tests/headers/posix/
pthread_h.c 188 FUNCTION(pthread_rwlockattr_destroy, int (*f)(pthread_rwlockattr_t*));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 922 extern int pthread_rwlockattr_destroy (pthread_rwlockattr_t *__attr)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 413 int WINPTHREAD_API pthread_rwlockattr_destroy(pthread_rwlockattr_t *a);
    [all...]
  /bionic/tests/
pthread_test.cpp 824 ASSERT_EQ(0, pthread_rwlockattr_destroy(&attr));
    [all...]

Completed in 331 milliseconds