HomeSort by relevance Sort by last modified time
    Searched refs:pthread_rwlockattr_destroy (Results 1 - 12 of 12) 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()
36 rc = pthread_rwlockattr_destroy(&rwla);
39 ("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()
37 rc = pthread_rwlockattr_destroy(&rwla);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
4-1.c 51 if ((pthread_rwlockattr_destroy(&rwla)) != 0) {
52 printf("Error at pthread_rwlockattr_destroy()\n");
2-1.c 112 if ((pthread_rwlockattr_destroy(&rwla)) != 0) {
113 printf("Error at pthread_rwlockattr_destroy()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
3-1.c 75 printf("Error at pthread_rwlockattr_destroy()\n");
79 if (pthread_rwlockattr_destroy(&rwlockattr) != 0) {
80 printf("Error at pthread_rwlockattr_destroy()\n");
1-1.c 109 if (pthread_rwlockattr_destroy(&rwlockattr) != 0) {
110 printf("Error at pthread_rwlockattr_destroy()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
2-1.c 52 if ((rc = pthread_rwlockattr_destroy(&rwa)) != 0) {
53 printf("Error at pthread_rwlockattr_destroy()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/
1-1.c 80 if (pthread_rwlockattr_destroy(&rwla) != 0) {
81 printf("Error at pthread_rwlockattr_destroy()");
  /bionic/libc/bionic/
pthread_rwlock.cpp 94 int pthread_rwlockattr_destroy(pthread_rwlockattr_t* attr) { function
  /bionic/libc/include/
pthread.h 222 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*));
  /bionic/tests/
pthread_test.cpp 857 ASSERT_EQ(0, pthread_rwlockattr_destroy(&attr));
    [all...]

Completed in 4285 milliseconds