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

  /src/tests/lib/libpthread/
t_rwlock.c 93 PTHREAD_REQUIRE(pthread_rwlock_init(&lk, NULL));
  /src/lib/libpthread/
pthread.h 192 int pthread_rwlock_init(pthread_rwlock_t * __restrict,
387 #define pthread_rwlock_init __libc_rwlock_init macro
pthread_rwlock.c 75 __strong_alias(__libc_rwlock_init,pthread_rwlock_init)
92 pthread_rwlock_init(pthread_rwlock_t *ptr, function in typeref:typename:int
Makefile 230 MLINKS+= pthread_rwlock.3 pthread_rwlock_init.3
pthread.c 161 pthread_rwlock_init,
  /src/lib/librumpuser/
rumpuser_pth.c 362 NOFAIL_ERRNO(pthread_rwlock_init(&rw->pthrw, NULL));
  /src/sys/lib/libunwind/
AddressSpace.hpp 68 pthread_rwlock_init(&fdeTreeLock, NULL);
  /src/common/lib/libprop/
prop_object_impl.h 451 #define _PROP_RWLOCK_INIT(x) pthread_rwlock_init(&(x), NULL)
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1320 TSAN_INTERCEPTOR(int, pthread_rwlock_init, void *m, void *a) {
1321 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_init, m, a);
1322 int res = REAL(pthread_rwlock_init)(m, a);
2708 TSAN_INTERCEPT(pthread_rwlock_init);

Completed in 41 milliseconds