HomeSort by relevance Sort by last modified time
    Searched refs:pthread_rwlock_destroy (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/
1-1.c 36 rc = pthread_rwlock_destroy(&rwlock);
39 ("Test FAILED: at %d-th pthread_rwlock_destroy(), with Error code=%d\n",
3-1.c 8 * pthread_rwlock_destroy() function may fail if:
40 rc = pthread_rwlock_destroy(&rwlock);
46 ("Test PASSED: Note*: pthread_rwlock_destroy() returned 0 instead of EBUSY, but standard specifies _may_ fail\n");
50 ("Test FAILED: Error at pthread_rwlock_destroy(), should return 0 or EBUSY, but returns %d\n",
  /external/valgrind/drd/tests/
rwlock_type_checking.c 31 pthread_rwlock_destroy(&posix_rwlock);
rwlock_race.c 51 pthread_rwlock_destroy(&s_rwlock);
hold_lock.c 64 pthread_rwlock_destroy(&rwlock);
74 pthread_rwlock_destroy(&rwlock);
  /external/compiler-rt/test/tsan/
write_in_reader_lock.cc 28 pthread_rwlock_destroy(&rwlock);
mutexset6.cc 52 pthread_rwlock_destroy(&mtx3);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
6-1.c 46 if (pthread_rwlock_destroy(&rwlock) != 0) {
47 printf("Error at pthread_rwlock_destroy()\n");
3-1.c 75 if (pthread_rwlock_destroy(&rwlock) != 0) {
1-1.c 105 if (pthread_rwlock_destroy(&rwlock) != 0) {
106 printf("Error at pthread_rwlock_destroy()\n");
2-1.c 97 if (pthread_rwlock_destroy(&rwlock) != 0) {
98 printf("Error at pthread_rwlock_destroy()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/speculative/
3-1.c 39 if (pthread_rwlock_destroy(&rwlock) != 0) {
40 printf("Error at pthread_rwlock_destroy()\n");
  /external/webrtc/webrtc/system_wrappers/source/
rw_lock_posix.cc 19 pthread_rwlock_destroy(&lock_);
  /external/libchrome/base/synchronization/
read_write_lock_posix.cc 15 int result = pthread_rwlock_destroy(&native_handle_);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
5-1.c 56 if (pthread_rwlock_destroy(&rwlock) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
3-1.c 59 if (pthread_rwlock_destroy(&rwlock) != 0) {
60 printf("Error at pthread_rwlock_destroy()\n");
  /external/valgrind/none/tests/
pth_rwlock.c 24 if ((e = pthread_rwlock_destroy(locks + n)) != 0) {
25 fprintf(stderr, "pthread_rwlock_destroy[%d]: %s\n", n, strerror(e));
  /external/valgrind/helgrind/tests/
tc12_rwl_trivial.c 36 r = pthread_rwlock_destroy( &rwl ); assert(r == 0);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
5-1.c 77 if (pthread_rwlock_destroy(&rwlock) != 0) {
122 if (pthread_rwlock_destroy(&rwlock) != 0) {
2-1.c 149 if (pthread_rwlock_destroy(&rwlock) != 0) {
150 printf("main: Error at pthread_rwlock_destroy()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
5-1.c 84 if (pthread_rwlock_destroy(&rwlock) != 0) {
128 if (pthread_rwlock_destroy(&rwlock) != 0) {
129 printf("thread2: Error at pthread_rwlock_destroy()\n");
2-1.c 157 if (pthread_rwlock_destroy(&rwlock) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
2-1.c 133 if (pthread_rwlock_destroy(&rwlock) != 0) {
134 printf("Error at pthread_rwlock_destroy()\n");
4-2.c 104 if (pthread_rwlock_destroy(&rwlock) != 0) {
105 printf("error at pthread_rwlock_destroy()\n");
  /bionic/benchmarks/
pthread_benchmark.cpp 107 pthread_rwlock_destroy(&lock);
120 pthread_rwlock_destroy(&lock);

Completed in 3436 milliseconds

1 2 3 4 5 6 7