Searched refs:pthread_rwlock_wrlock (Results 1 – 22 of 22) sorted by relevance
68 bool lock() { return pthread_rwlock_wrlock(&_lock) == 0; }83 pthread_rwlock_wrlock(pthread_rwlock_t *lock);100 return !pthread_create || (pthread_rwlock_wrlock(&_lock) == 0);
39 ::pthread_rwlock_wrlock(&m_rwlock); in SetRunning()58 ::pthread_rwlock_wrlock(&m_rwlock); in SetStopped()
59 if ((r = pthread_rwlock_wrlock(&start))) /* block */ in run_threads()74 if ((r = pthread_rwlock_wrlock(&start))) /* sync */ in run_threads()
131 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument134 int res = REAL(pthread_rwlock_wrlock)(m); in INTERCEPTOR()310 INTERCEPT_FUNCTION(pthread_rwlock_wrlock); in InitializeInterceptors()
52 pthread_rwlock_wrlock.3 \
42 if (pthread_rwlock_wrlock(&rwlock) != 0) in set_msg()
64 pthread_rwlock_wrlock;
83 PROTO_STD_DEPRECATED(pthread_rwlock_wrlock);
251 pthread_rwlock_wrlock(pthread_rwlock_t *rwlockp) in pthread_rwlock_wrlock() function
197 pthread_rwlock_wrlock(pthread_rwlock_t *lockp) in pthread_rwlock_wrlock() function
96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock()
676 pthread_rwlock_wrlock(&lock); in vionet_rx_event()1057 pthread_rwlock_wrlock(&lock); in handle_io_write()1142 pthread_rwlock_wrlock(&lock); in handle_io_read()1297 pthread_rwlock_wrlock(&lock); in read_pipe_tx()1336 pthread_rwlock_wrlock(&lock); in read_pipe_main()
536 pthread_rwlock_wrlock(&disk->lock); in mkcluster()
100 pthread_rwlock_wrlock(&rw); in writer()
248 int pthread_rwlock_wrlock(pthread_rwlock_t *);
120 #define lock_rw_wrlock(lock) LOCKRET(pthread_rwlock_wrlock(lock))
1531 TSAN_INTERCEPTOR(int, pthread_rwlock_wrlock, void *m) { in TSAN_INTERCEPTOR() argument1532 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_wrlock, m); in TSAN_INTERCEPTOR()1534 int res = REAL(pthread_rwlock_wrlock)(m); in TSAN_INTERCEPTOR()2963 TSAN_INTERCEPT(pthread_rwlock_wrlock); in InitializeInterceptors()
361 fun:pthread_rwlock_wrlock=discard
2628 fun:pthread_rwlock_wrlock=uninstrumented
2613 Applies to: ``pthread_mutex_lock, pthread_rwlock_rdlock, pthread_rwlock_wrlock, lck_mtx_lock, lck_r…
2864 ./usr/share/man/man3/pthread_rwlock_wrlock.3