HomeSort by: relevance | last modified time | path
    Searched refs:pthread_rwlock_rdlock (Results 1 - 10 of 10) sorted by relevancy

  /src/tests/lib/libpthread/
t_rwlock.c 94 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&lk));
95 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&lk));
130 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&static_rwlock));
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 106 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) {
109 int res = REAL(pthread_rwlock_rdlock)(m);
306 INTERCEPT_FUNCTION(pthread_rwlock_rdlock);
  /src/lib/libpthread/
pthread.h 195 int pthread_rwlock_rdlock(pthread_rwlock_t *);
388 #define pthread_rwlock_rdlock __libc_rwlock_rdlock macro
pthread_rwlock.c 76 __strong_alias(__libc_rwlock_rdlock,pthread_rwlock_rdlock)
397 pthread_rwlock_rdlock(pthread_rwlock_t *ptr) function in typeref:typename:int
Makefile 232 MLINKS+= pthread_rwlock.3 pthread_rwlock_rdlock.3
pthread.c 1059 pthread_rwlock_rdlock(&pthread__alltree_lock);
  /src/lib/librumpuser/
rumpuser_pth.c 389 pthread_rwlock_rdlock(&rw->pthrw)));
450 KLOCK_WRAP(NOFAIL_ERRNO(pthread_rwlock_rdlock(&rw->pthrw)));
  /src/sys/lib/libunwind/
AddressSpace.hpp 247 pthread_rwlock_rdlock(&fdeTreeLock);
  /src/common/lib/libprop/
prop_object_impl.h 452 #define _PROP_RWLOCK_RDLOCK(x) pthread_rwlock_rdlock(&(x))
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1338 TSAN_INTERCEPTOR(int, pthread_rwlock_rdlock, void *m) {
1339 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_rdlock, m);
1341 int res = REAL(pthread_rwlock_rdlock)(m);
2710 TSAN_INTERCEPT(pthread_rwlock_rdlock);

Completed in 69 milliseconds