Home
last modified time | relevance | path

Searched refs:pthread_rwlock_tryrdlock (Results 1 – 20 of 20) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_interceptors.cc114 INTERCEPTOR(int, pthread_rwlock_tryrdlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument
116 int res = REAL(pthread_rwlock_tryrdlock)(m); in INTERCEPTOR()
307 INTERCEPT_FUNCTION(pthread_rwlock_tryrdlock); in InitializeInterceptors()
/netbsd/lib/libpthread/
H A Dpthread.h196 int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
390 #define pthread_rwlock_tryrdlock __libc_rwlock_tryrdlock macro
H A Dpthread_rwlock.c78 __strong_alias(__libc_rwlock_tryrdlock,pthread_rwlock_tryrdlock) in __weak_alias()
247 pthread_rwlock_tryrdlock(pthread_rwlock_t *ptr) in pthread_rwlock_tryrdlock() function
H A DMakefile219 MLINKS+= pthread_rwlock.3 pthread_rwlock_tryrdlock.3
/netbsd/external/cddl/osnet/dist/head/
H A Dthread.h64 #define rw_tryrdlock(l) pthread_rwlock_tryrdlock(l)
/netbsd/lib/librumpuser/
H A Drumpuser_pth.c387 if (pthread_rwlock_tryrdlock(&rw->pthrw) != 0) in rumpuser_rw_enter()
408 rv = pthread_rwlock_tryrdlock(&rw->pthrw); in rumpuser_rw_tryenter()
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_posix.c390 return ERRVAL( pthread_rwlock_tryrdlock( rw ) ); in ldap_pvt_thread_rdwr_rtrylock()
/netbsd/crypto/external/bsd/heimdal/dist/include/
H A Dheim_threads.h123 #define HEIMDAL_RWLOCK_tryrdlock(l) pthread_rwlock_tryrdlock(l)
/netbsd/external/mpl/bind/dist/lib/isc/
H A Drwlock.c78 ret = pthread_rwlock_tryrdlock(&rwl->rwlock); in isc_rwlock_trylock()
/netbsd/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dpthread_rwlock_rdlock.m495 err = pthread_rwlock_tryrdlock (&lock);
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/
H A Dpthread_rwlock_rdlock.m495 err = pthread_rwlock_tryrdlock (&lock);
/netbsd/external/mit/libuv/dist/src/unix/
H A Dthread.c396 err = pthread_rwlock_tryrdlock(rwlock); in uv_rwlock_tryrdlock()
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc1306 TSAN_INTERCEPTOR(int, pthread_rwlock_tryrdlock, void *m) { in TSAN_INTERCEPTOR() argument
1307 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_tryrdlock, m); in TSAN_INTERCEPTOR()
1308 int res = REAL(pthread_rwlock_tryrdlock)(m); in TSAN_INTERCEPTOR()
2663 TSAN_INTERCEPT(pthread_rwlock_tryrdlock); in InitializeInterceptors()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc1348 TSAN_INTERCEPTOR(int, pthread_rwlock_tryrdlock, void *m) { in TSAN_INTERCEPTOR() argument
1349 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_tryrdlock, m); in TSAN_INTERCEPTOR()
1350 int res = REAL(pthread_rwlock_tryrdlock)(m); in TSAN_INTERCEPTOR()
2711 TSAN_INTERCEPT(pthread_rwlock_tryrdlock); in InitializeInterceptors()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc1306 TSAN_INTERCEPTOR(int, pthread_rwlock_tryrdlock, void *m) { in TSAN_INTERCEPTOR() argument
1307 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_tryrdlock, m); in TSAN_INTERCEPTOR()
1308 int res = REAL(pthread_rwlock_tryrdlock)(m); in TSAN_INTERCEPTOR()
2663 TSAN_INTERCEPT(pthread_rwlock_tryrdlock); in InitializeInterceptors()
/netbsd/external/bsd/unbound/dist/testcode/
H A Dchecklocks.c498 { return pthread_rwlock_tryrdlock((pthread_rwlock_t*)arg); } in try_rd()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dshared_mutex118 { return pthread_rwlock_tryrdlock (__rwlock); }
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dshared_mutex123 { return pthread_rwlock_tryrdlock (__rwlock); }
/netbsd/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst2280 ``lck_rw_lock_shared, pthread_mutex_trylock, pthread_rwlock_tryrdlock, pthread_rwlock_tryrwlock, lc…
/netbsd/distrib/sets/lists/comp/
H A Dmi9914 ./usr/share/man/cat3/pthread_rwlock_tryrdlock.0 comp-c-catman .cat
18354 ./usr/share/man/html3/pthread_rwlock_tryrdlock.html comp-c-htmlman html
26788 ./usr/share/man/man3/pthread_rwlock_tryrdlock.3 comp-c-man .man