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

1 2 3 4 5 6 7

  /external/valgrind/main/helgrind/tests/
tc12_rwl_trivial.c 27 r = pthread_rwlock_unlock( &rwl ); assert(r == 0);
31 r = pthread_rwlock_unlock( &rwl ); assert(r == 0);
32 r = pthread_rwlock_unlock( &rwl ); assert(r == 0);
35 r = pthread_rwlock_unlock( &rwl ); assert(OS_IS_DARWIN || r == 0);
tc12_rwl_trivial.stderr.exp-darwin970 5 at 0x........: pthread_rwlock_unlock* (hg_intercepts.c:...)
11 Thread #x's call to pthread_rwlock_unlock failed
13 at 0x........: pthread_rwlock_unlock* (hg_intercepts.c:...)
tc20_verifywrap.c 172 /* pthread_rwlock_init, pthread_rwlock_unlock */
179 r= pthread_rwlock_unlock( &rwl );
183 pthread_rwlock_wrlock and pthread_rwlock_unlock by making
193 r= pthread_rwlock_unlock( &rwl2 ); assert(!r);
196 r= pthread_rwlock_unlock( &rwl2 ); assert(!r);
207 r= pthread_rwlock_unlock( &rwl2 ); assert(!r);
209 r= pthread_rwlock_unlock( &rwl2 ); assert(!r);
212 r= pthread_rwlock_unlock( &rwl2 ); assert(!r);
tc12_rwl_trivial.stderr.exp 10 by 0x........: pthread_rwlock_unlock (hg_intercepts.c:...)
  /external/valgrind/main/drd/tests/
trylock.c 33 r = pthread_rwlock_unlock(&rwlock); assert(r == 0);
36 r = pthread_rwlock_unlock(&rwlock); assert(r == 0);
40 r = pthread_rwlock_unlock(&rwlock); assert(r == 0);
46 r = pthread_rwlock_unlock(&rwlock); assert(r == 0);
47 r = pthread_rwlock_unlock(&rwlock); assert(r == 0);
48 r = pthread_rwlock_unlock(&rwlock); assert(r == 0);
51 r = pthread_rwlock_unlock(&rwlock); assert(r == 0);
55 r = pthread_rwlock_unlock(&rwlock); assert(r == 0);
60 r = pthread_rwlock_unlock(&rwlock); assert(r == 0);
hold_lock.c 63 pthread_rwlock_unlock(&rwlock);
72 pthread_rwlock_unlock(&rwlock);
73 pthread_rwlock_unlock(&rwlock);
rwlock_race.c 30 pthread_rwlock_unlock(&s_rwlock);
tc12_rwl_trivial.stderr.exp 3 at 0x........: pthread_rwlock_unlock (drd_pthread_intercepts.c:?)
rwlock_test.c 36 r = pthread_rwlock_unlock(&s_rwlock);
41 r = pthread_rwlock_unlock(&s_rwlock);
hold_lock_2.stderr.exp 9 at 0x........: pthread_rwlock_unlock (drd_pthread_intercepts.c:?)
hold_lock_1.stderr.exp 18 at 0x........: pthread_rwlock_unlock (drd_pthread_intercepts.c:?)
  /external/compiler-rt/lib/tsan/lit_tests/
write_in_reader_lock.cc 14 pthread_rwlock_unlock(&rwlock);
25 pthread_rwlock_unlock(&rwlock);
mutexset6.cc 26 pthread_rwlock_unlock(&mtx3);
  /external/webrtc/src/system_wrappers/source/
rw_lock_posix.cc 35 pthread_rwlock_unlock(&_lock);
45 pthread_rwlock_unlock(&_lock);
  /ndk/tests/build/pthread-rwlock-initializer/jni/
test_pthread_rwlock_initializer.c 16 pthread_rwlock_unlock(&lock);
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 117 TZERO(pthread_rwlock_unlock(lock));
128 TZERO(pthread_rwlock_unlock(lock));
171 TZERO(pthread_rwlock_unlock(lock));
177 TZERO(pthread_rwlock_unlock(lock));
178 TZERO(pthread_rwlock_unlock(lock));
188 TZERO(pthread_rwlock_unlock(lock));
200 TZERO(pthread_rwlock_unlock(lock));
202 TZERO(pthread_rwlock_unlock(lock));
263 TZERO(pthread_rwlock_unlock(s->rwlock));
271 TZERO(pthread_rwlock_unlock(s->rwlock))
    [all...]
  /bionic/libc/upstream-netbsd/
reentrant.h 35 #define rwlock_unlock pthread_rwlock_unlock
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_unlock.c 2 * pthread_rwlock_unlock.c
43 pthread_rwlock_unlock (pthread_rwlock_t * rwlock) function
rwlock.c 49 #include "pthread_rwlock_unlock.c"
  /hardware/ti/omap4xxx/
heaptracker.c 195 pthread_rwlock_unlock(&lock);
206 pthread_rwlock_unlock(&lock);
317 pthread_rwlock_unlock(&backlog_lock);
327 pthread_rwlock_unlock(&lock);
344 pthread_rwlock_unlock(&backlog_lock);
518 pthread_rwlock_unlock(rwlock);
  /external/llvm/lib/Support/
RWMutex.cpp 92 int errorcode = pthread_rwlock_unlock(rwlock);
112 int errorcode = pthread_rwlock_unlock(rwlock);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 83 pthread_rwlock_unlock(lock);
89 pthread_rwlock_unlock(lock);
  /external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc 88 'pthread_rwlock_unlock.c',
  /external/valgrind/main/docs/internals/
3_4_BUGSTATUS.txt 63 188248 pthread_cleanup_push, pthread_rwlock_unlock, assertion
  /external/chromium_org/third_party/re2/util/
mutex.h 115 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); }
118 void Mutex::ReaderUnlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); }

Completed in 965 milliseconds

1 2 3 4 5 6 7