Home
last modified time | relevance | path

Searched refs:pthread_rwlock_wrlock (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/llvm/libunwind/src/
DRWMutex.hpp68 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);
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DProcessRunLock.cpp39 ::pthread_rwlock_wrlock(&m_rwlock); in SetRunning()
58 ::pthread_rwlock_wrlock(&m_rwlock); in SetStopped()
/openbsd/src/regress/lib/libc/stdio_threading/include/
Dlocal.h59 if ((r = pthread_rwlock_wrlock(&start))) /* block */ in run_threads()
74 if ((r = pthread_rwlock_wrlock(&start))) /* sync */ in run_threads()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cpp131 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument
134 int res = REAL(pthread_rwlock_wrlock)(m); in INTERCEPTOR()
310 INTERCEPT_FUNCTION(pthread_rwlock_wrlock); in InitializeInterceptors()
/openbsd/src/lib/libpthread/man/
DMakefile.inc52 pthread_rwlock_wrlock.3 \
/openbsd/src/regress/lib/libpthread/pthread_rwlock2/
Dpthread_rwlock2.c42 if (pthread_rwlock_wrlock(&rwlock) != 0) in set_msg()
/openbsd/src/lib/librthread/
DSymbols.map64 pthread_rwlock_wrlock;
Dpthread.h83 PROTO_STD_DEPRECATED(pthread_rwlock_wrlock);
Drthread_rwlock.c251 pthread_rwlock_wrlock(pthread_rwlock_t *rwlockp) in pthread_rwlock_wrlock() function
Drthread_rwlock_compat.c197 pthread_rwlock_wrlock(pthread_rwlock_t *lockp) in pthread_rwlock_wrlock() function
/openbsd/src/gnu/llvm/llvm/lib/Support/
DRWMutex.cpp96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock()
/openbsd/src/usr.sbin/vmd/
Dvionet.c676 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()
Dvioqcow2.c536 pthread_rwlock_wrlock(&disk->lock); in mkcluster()
/openbsd/src/regress/lib/libpthread/pthread_rwlock/
Dpthread_rwlock.c100 pthread_rwlock_wrlock(&rw); in writer()
/openbsd/src/include/
Dpthread.h248 int pthread_rwlock_wrlock(pthread_rwlock_t *);
/openbsd/src/usr.sbin/unbound/util/
Dlocks.h120 #define lock_rw_wrlock(lock) LOCKRET(pthread_rwlock_wrlock(lock))
/openbsd/src/sbin/unwind/libunbound/util/
Dlocks.h120 #define lock_rw_wrlock(lock) LOCKRET(pthread_rwlock_wrlock(lock))
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1531 TSAN_INTERCEPTOR(int, pthread_rwlock_wrlock, void *m) { in TSAN_INTERCEPTOR() argument
1532 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()
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddone_abilist.txt361 fun:pthread_rwlock_wrlock=discard
Dlibc_ubuntu1404_abilist.txt2628 fun:pthread_rwlock_wrlock=uninstrumented
/openbsd/src/gnu/llvm/clang/docs/analyzer/
Dcheckers.rst2613 Applies to: ``pthread_mutex_lock, pthread_rwlock_rdlock, pthread_rwlock_wrlock, lck_mtx_lock, lck_r…
/openbsd/src/distrib/sets/lists/comp/
Dmi2864 ./usr/share/man/man3/pthread_rwlock_wrlock.3