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

  /src/tests/lib/libpthread/
t_rwlock.c 132 PTHREAD_REQUIRE(pthread_rwlock_destroy(&static_rwlock));
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) {
103 return REAL(pthread_rwlock_destroy)(m);
305 INTERCEPT_FUNCTION(pthread_rwlock_destroy);
  /src/lib/libpthread/
pthread.h 194 int pthread_rwlock_destroy(pthread_rwlock_t *);
393 #define pthread_rwlock_destroy __libc_rwlock_destroy macro
pthread_rwlock.c 81 __strong_alias(__libc_rwlock_destroy,pthread_rwlock_destroy)
112 pthread_rwlock_destroy(pthread_rwlock_t *ptr) function in typeref:typename:int
Makefile 231 MLINKS+= pthread_rwlock.3 pthread_rwlock_destroy.3
  /src/lib/librumpuser/
rumpuser_pth.c 470 NOFAIL_ERRNO(pthread_rwlock_destroy(&rw->pthrw));
  /src/common/lib/libprop/
prop_object_impl.h 455 #define _PROP_RWLOCK_DESTROY(x) pthread_rwlock_destroy(&(x))
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1329 TSAN_INTERCEPTOR(int, pthread_rwlock_destroy, void *m) {
1330 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_destroy, m);
1331 int res = REAL(pthread_rwlock_destroy)(m);
2709 TSAN_INTERCEPT(pthread_rwlock_destroy);

Completed in 23 milliseconds