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

  /src/sys/lib/libunwind/
AddressSpace.hpp 294 pthread_rwlock_wrlock(&fdeTreeLock);
305 pthread_rwlock_wrlock(&fdeTreeLock);
325 pthread_rwlock_wrlock(&fdeTreeLock);
339 pthread_rwlock_wrlock(&fdeTreeLock);
372 pthread_rwlock_wrlock(&fdeTreeLock);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 131 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *m) {
134 int res = REAL(pthread_rwlock_wrlock)(m);
309 INTERCEPT_FUNCTION(pthread_rwlock_wrlock);
  /src/lib/libpthread/
pthread.h 197 int pthread_rwlock_wrlock(pthread_rwlock_t *);
425 #define pthread_rwlock_wrlock __libc_rwlock_wrlock macro
pthread_rwlock.c 77 __strong_alias(__libc_rwlock_wrlock,pthread_rwlock_wrlock)
420 pthread_rwlock_wrlock(pthread_rwlock_t *ptr) function in typeref:typename:int
Makefile 233 MLINKS+= pthread_rwlock.3 pthread_rwlock_wrlock.3
pthread.c 516 pthread_rwlock_wrlock(&pthread__alltree_lock);
  /src/lib/librumpuser/
rumpuser_pth.c 383 pthread_rwlock_wrlock(&rw->pthrw)));
  /src/common/lib/libprop/
prop_object_impl.h 453 #define _PROP_RWLOCK_WRLOCK(x) pthread_rwlock_wrlock(&(x))
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1368 TSAN_INTERCEPTOR(int, pthread_rwlock_wrlock, void *m) {
1369 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_wrlock, m);
1371 int res = REAL(pthread_rwlock_wrlock)(m);
2713 TSAN_INTERCEPT(pthread_rwlock_wrlock);

Completed in 21 milliseconds