Searched refs:pthread_rwlock_wrlock (Results 1 – 25 of 34) sorted by relevance
12
32 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0); in main()58 r = pthread_rwlock_wrlock(&rwlock); assert(r == 0); in main()59 r = pthread_rwlock_wrlock(&rwlock); assert(r != 0); in main()
2 Locking rwlock via pthread_rwlock_wrlock().10 at 0x........: pthread_rwlock_wrlock (drd_pthread_intercepts.c:?)
61 pthread_rwlock_wrlock(&rwlock); in main()
15 at 0x........: pthread_rwlock_wrlock (drd_pthread_intercepts.c:?)
38 r = pthread_rwlock_wrlock(&s_rwlock); in thread_func()
74 ::pthread_rwlock_wrlock (&m_rwlock); in SetRunning()98 ::pthread_rwlock_wrlock (&m_rwlock); in SetStopped()
17 pthread_rwlock_wrlock(&mtx); in bench()
30 pthread_rwlock_wrlock(&_lock); in AcquireLockExclusive()
36 pthread_rwlock_wrlock(&lock_); in AcquireLockExclusive()
26 r = pthread_rwlock_wrlock( &rwl ); assert(r == 0); in main()
190 r= pthread_rwlock_wrlock( &rwl2 ); assert(!r); in main()
134 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument137 int res = REAL(pthread_rwlock_wrlock)(m); in INTERCEPTOR()313 INTERCEPT_FUNCTION(pthread_rwlock_wrlock); in InitializeInterceptors()
43 pthread_rwlock_wrlock (pthread_rwlock_t * rwlock) in pthread_rwlock_wrlock() function
159 pthread_rwlock_wrlock.obj \329 pthread_rwlock_wrlock.c \
102 int errorcode = pthread_rwlock_wrlock(rwlock); in writer_acquire()
286 # by 0x2300B8: pthread_rwlock_wrlock$UNIX2003 (in /usr/lib/libSystem.B.dylib)287 # by 0x18F41: pthread_rwlock_wrlock* (hg_intercepts.c:1177)
238 void Mutex::Lock() { CERES_SAFE_PTHREAD(pthread_rwlock_wrlock); } in Lock()
114 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock(&mutex_)); } in Lock()
110 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock(&mutex_)); } in Lock()
249 void Mutex::Lock() { SAFE_PTHREAD(pthread_rwlock_wrlock); } in Lock()
89 'pthread_rwlock_wrlock.c',
178 pthread_rwlock_wrlock(&lock->lock); in fio_rwlock_write()
130 # pragma weak pthread_rwlock_wrlock macro195 (pthread_in_use () ? pthread_rwlock_wrlock (LOCK) : 0)
205 __lock_acquire_internal(l, m, pthread_rwlock_wrlock)