HomeSort by relevance Sort by last modified time
    Searched full:pthread_rwlock_init (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /external/valgrind/main/memcheck/tests/darwin/
pth-supp.c 7 pthread_rwlock_init(&mutex, NULL);
  /external/valgrind/main/drd/tests/
rwlock_type_checking.c 25 pthread_rwlock_init(&posix_rwlock, 0);
27 pthread_rwlock_init((pthread_rwlock_t*)&user_defined_rwlock, 0);
hold_lock.c 60 pthread_rwlock_init(&rwlock, 0);
68 pthread_rwlock_init(&rwlock, 0);
rwlock_type_checking.stderr.exp 3 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
11 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
rwlock_race.c 46 pthread_rwlock_init(&s_rwlock, 0);
tc12_rwl_trivial.stderr.exp 6 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
hold_lock_2.stderr.exp 12 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
trylock.stderr.exp 13 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
hold_lock_1.stderr.exp 21 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
rwlock_test.c 80 pthread_rwlock_init(&s_rwlock, NULL);
  /external/valgrind/main/none/tests/
pth_rwlock.c 17 if ((e = pthread_rwlock_init(locks + n, NULL)) != 0) {
18 fprintf(stderr, "pthread_rwlock_init[%d]: %s\n", n, strerror(e));
  /ndk/tests/build/pthread-rwlock-initializer/jni/
test_pthread_rwlock_initializer.c 14 pthread_rwlock_init(&lock, NULL);
  /external/compiler-rt/lib/tsan/lit_tests/
write_in_reader_lock.cc 19 pthread_rwlock_init(&rwlock, NULL);
mutexset6.cc 44 pthread_rwlock_init(&mtx3, 0);
  /external/webrtc/src/system_wrappers/source/
rw_lock_posix.cc 25 return pthread_rwlock_init(&_lock, 0);
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 115 TZERO(pthread_rwlock_init(lock, attr));
126 TZERO(pthread_rwlock_init(lock, attr));
169 TZERO(pthread_rwlock_init(lock, attr));
174 TZERO(pthread_rwlock_init(lock, attr));
186 TZERO(pthread_rwlock_init(lock, attr));
191 TZERO(pthread_rwlock_init(lock, attr));
302 TZERO(pthread_rwlock_init(s->rwlock, attr));
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_rwlock_check_need_init.c 57 * re-initialise it only by calling pthread_rwlock_init()
62 result = pthread_rwlock_init (rwlock, NULL);
pthread_rwlock_init.c 2 * pthread_rwlock_init.c
43 pthread_rwlock_init (pthread_rwlock_t * rwlock, function
rwlock.c 39 #include "pthread_rwlock_init.c"
  /external/valgrind/main/helgrind/tests/
tc12_rwl_trivial.c 24 r = pthread_rwlock_init( &rwl, NULL ); assert(r == 0);
tc12_rwl_trivial.stderr.exp-darwin970 8 at 0x........: pthread_rwlock_init* (hg_intercepts.c:...)
tc20_verifywrap.c 172 /* pthread_rwlock_init, pthread_rwlock_unlock */
173 /* pthread_rwlock_init: can't make glibc's implementation fail.
178 r= pthread_rwlock_init( &rwl, NULL ); assert(!r);
186 r= pthread_rwlock_init( &rwl2, NULL ); assert(!r);
199 r= pthread_rwlock_init( &rwl2, NULL ); assert(!r);
216 r= pthread_rwlock_init( &rwl3, NULL ); assert(!r);
tc12_rwl_trivial.stderr.exp 14 by 0x........: pthread_rwlock_init (hg_intercepts.c:...)
  /system/core/include/utils/
RWLock.h 85 pthread_rwlock_init(&mRWLock, NULL);
88 pthread_rwlock_init(&mRWLock, NULL);
95 pthread_rwlock_init(&mRWLock, &attr);
98 pthread_rwlock_init(&mRWLock, NULL);
  /external/llvm/lib/Support/
RWMutex.cpp 54 // Workaround a bug/mis-feature in Darwin's pthread_rwlock_init.
59 int errorcode = pthread_rwlock_init(rwlock, NULL);

Completed in 1199 milliseconds

1 2 3 4 5 6 7 8