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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
bench_rwmutex.cc 17 pthread_rwlock_wrlock(&mtx);
  /external/valgrind/main/drd/tests/
trylock.stderr.exp 2 Locking rwlock via pthread_rwlock_wrlock().
10 at 0x........: pthread_rwlock_wrlock (drd_pthread_intercepts.c:?)
trylock.c 31 fprintf(stderr, "Locking rwlock via pthread_rwlock_wrlock().\n");
32 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0);
58 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0);
59 r = pthread_rwlock_wrlock(&rwlock); assert(r != 0);
hold_lock.c 61 pthread_rwlock_wrlock(&rwlock);
hold_lock_1.stderr.exp 15 at 0x........: pthread_rwlock_wrlock (drd_pthread_intercepts.c:?)
rwlock_test.c 38 r = pthread_rwlock_wrlock(&s_rwlock);
  /bionic/libc/upstream-netbsd/android/include/
reentrant.h 38 #define rwlock_wrlock pthread_rwlock_wrlock
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
rw_lock_posix.cc 36 pthread_rwlock_wrlock(&lock_);
  /external/webrtc/src/system_wrappers/source/
rw_lock_posix.cc 30 pthread_rwlock_wrlock(&_lock);
  /external/valgrind/main/helgrind/tests/
tc12_rwl_trivial.c 26 r = pthread_rwlock_wrlock( &rwl ); assert(r == 0);
tc20_verifywrap.c 183 pthread_rwlock_wrlock and pthread_rwlock_unlock by making
190 r= pthread_rwlock_wrlock( &rwl2 ); assert(!r);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_wrlock.c 2 * pthread_rwlock_wrlock.c
43 pthread_rwlock_wrlock (pthread_rwlock_t * rwlock) function
rwlock.c 47 #include "pthread_rwlock_wrlock.c"
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 134 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *m) {
137 int res = REAL(pthread_rwlock_wrlock)(m);
313 INTERCEPT_FUNCTION(pthread_rwlock_wrlock);
  /external/lldb/include/lldb/Host/
ProcessRunLock.h 74 ::pthread_rwlock_wrlock (&m_rwlock);
98 ::pthread_rwlock_wrlock (&m_rwlock);
  /hardware/ti/omap4-aah/
heaptracker.c 188 pthread_rwlock_wrlock(&lock);
203 pthread_rwlock_wrlock(&lock);
315 pthread_rwlock_wrlock(&backlog_lock);
323 pthread_rwlock_wrlock(&lock);
333 pthread_rwlock_wrlock(&backlog_lock);
  /hardware/ti/omap4xxx/
heaptracker.c 188 pthread_rwlock_wrlock(&lock);
203 pthread_rwlock_wrlock(&lock);
315 pthread_rwlock_wrlock(&backlog_lock);
323 pthread_rwlock_wrlock(&lock);
333 pthread_rwlock_wrlock(&backlog_lock);
  /external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc 89 'pthread_rwlock_wrlock.c',
  /external/valgrind/main/
darwin9.supp 286 # by 0x2300B8: pthread_rwlock_wrlock$UNIX2003 (in /usr/lib/libSystem.B.dylib)
287 # by 0x18F41: pthread_rwlock_wrlock* (hg_intercepts.c:1177)
  /external/valgrind/main/drd/
drd_clientreq.h 216 /* To notify the drd tool of a pthread_rwlock_wrlock call. */
219 /* To notify the drd tool of a pthread_rwlock_wrlock call. */
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 127 TZERO(pthread_rwlock_wrlock(lock));
266 TZERO(pthread_rwlock_wrlock(s->rwlock));
  /bionic/tests/
pthread_test.cpp 640 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
657 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
662 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
667 ASSERT_EQ(0, pthread_rwlock_wrlock(&l));
668 ASSERT_EQ(EDEADLK, pthread_rwlock_wrlock(&l));
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 642 pthread_rwlock_wrlock
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 636 pthread_rwlock_wrlock
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 639 pthread_rwlock_wrlock

Completed in 453 milliseconds

1 2 3 4 5 6 7 8 91011>>