HomeSort by: relevance | last modified time | path
    Searched refs:pthread_mutexattr_destroy (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/bsd/jemalloc.old/dist/test/src/
mtx.c 24 pthread_mutexattr_destroy(&attr);
27 pthread_mutexattr_destroy(&attr);
  /src/external/bsd/jemalloc/dist/test/src/
mtx.c 24 pthread_mutexattr_destroy(&attr);
27 pthread_mutexattr_destroy(&attr);
  /src/lib/libpthread/
mtx.c 75 pthread_mutexattr_destroy(&attr);
83 pthread_mutexattr_destroy(&attr);
pthread.h 109 int pthread_mutexattr_destroy(pthread_mutexattr_t *);
391 #define pthread_mutexattr_destroy __libc_mutexattr_destroy macro
pthread_mutex.c 116 __strong_alias(__libc_mutexattr_destroy,pthread_mutexattr_destroy)
558 pthread_mutexattr_destroy(pthread_mutexattr_t *attr) function
  /src/crypto/external/bsd/openssl.old/dist/crypto/
threads_pthread.c 51 pthread_mutexattr_destroy(&attr);
56 pthread_mutexattr_destroy(&attr);
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
gthr-tpf.h 89 __gthrw(pthread_mutexattr_destroy)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
gthr-tpf.h 89 __gthrw(pthread_mutexattr_destroy)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
lock.c 544 pthread_mutexattr_destroy (&attributes);
550 pthread_mutexattr_destroy (&attributes);
553 err = pthread_mutexattr_destroy (&attributes);
573 pthread_mutexattr_destroy (&attributes);
579 pthread_mutexattr_destroy (&attributes);
582 err = pthread_mutexattr_destroy (&attributes);
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
lock.c 544 pthread_mutexattr_destroy (&attributes);
550 pthread_mutexattr_destroy (&attributes);
553 err = pthread_mutexattr_destroy (&attributes);
573 pthread_mutexattr_destroy (&attributes);
579 pthread_mutexattr_destroy (&attributes);
582 err = pthread_mutexattr_destroy (&attributes);
  /src/crypto/external/bsd/openssl/dist/crypto/
threads_pthread.c 81 pthread_mutexattr_destroy(&attr);
86 pthread_mutexattr_destroy(&attr);
  /src/external/bsd/jemalloc.old/dist/src/
mutex.c 175 pthread_mutexattr_destroy(&attr);
178 pthread_mutexattr_destroy(&attr);
  /src/external/bsd/jemalloc/dist/src/
mutex.c 177 pthread_mutexattr_destroy(&attr);
180 pthread_mutexattr_destroy(&attr);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
linux-dp.c 176 pthread_mutexattr_destroy (&ma);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
linux-dp.c 176 pthread_mutexattr_destroy (&ma);
  /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/
mutex.c 249 pthread_mutexattr_destroy(&attr);
254 pthread_mutexattr_destroy(&attr);
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_posix.c 102 pthread_mutexattr_destroy( &mutex_attr );
104 pthread_mutexattr_destroy( &mutex_attr_recursive );
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
lock.c 250 pthread_mutexattr_destroy (&attr);
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
lock.c 250 pthread_mutexattr_destroy (&attr);
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 142 __gthrw(pthread_mutexattr_destroy)
817 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 136 __gthrw(pthread_mutexattr_destroy)
804 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sync/
mutex.d 90 scope (exit) !pthread_mutexattr_destroy(&attr) ||
91 abort("Error: pthread_mutexattr_destroy failed.");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
sanitizer_wrappers.cc 184 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_mutexattr_destroy,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
monitor_.d 165 pthread_mutexattr_destroy(&gattr);
  /src/external/mit/libuv/dist/src/unix/
thread.c 331 if (pthread_mutexattr_destroy(&attr))
351 if (pthread_mutexattr_destroy(&attr))

Completed in 41 milliseconds

1 2