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

1 2 3

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
staticthreads.c 79 pthread_attr_destroy (&attr);
multi-create.c 61 pthread_attr_destroy (&attr);
92 pthread_attr_destroy (&attr);
manythreads.c 70 pthread_attr_destroy (&attr);
linux-dp.c 196 pthread_attr_destroy (&ta);
slow-waitpid.c 268 pthread_attr_destroy (&attr);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
staticthreads.c 79 pthread_attr_destroy (&attr);
multi-create.c 61 pthread_attr_destroy (&attr);
92 pthread_attr_destroy (&attr);
manythreads.c 70 pthread_attr_destroy (&attr);
linux-dp.c 196 pthread_attr_destroy (&ta);
slow-waitpid.c 268 pthread_attr_destroy (&attr);
  /src/tests/lib/libpthread/weak/lib/
h_pthread_weak.c 69 RZ(pthread_attr_destroy(&attr));
  /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/
thread.c 66 pthread_attr_destroy(&attr);
  /src/tests/lib/libpthread/
t_join.c 139 ATF_REQUIRE(pthread_attr_destroy(&attr) == 0);
161 ATF_REQUIRE(pthread_attr_destroy(&attr) == 0);
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Threading.inc 76 if ((errnum = ::pthread_attr_destroy(&Attr)) != 0) {
77 ReportErrnumFatal("pthread_attr_destroy failed", errnum);
  /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/
thread.c 89 pthread_attr_destroy(&attr);
  /src/lib/libpthread/
pthread_attr.c 53 __strong_alias(__libc_thr_attr_destroy, pthread_attr_destroy)
92 pthread_attr_destroy(pthread_attr_t *attr) function
540 (void)pthread_attr_destroy(attr);
pthread.h 61 int pthread_attr_destroy(pthread_attr_t *);
367 #define pthread_attr_destroy __libc_thr_attr_destroy macro
  /src/external/cddl/osnet/dist/head/
thread.h 103 pthread_attr_destroy(&attr);
  /src/external/mpl/bind/dist/lib/isc/
thread.c 144 pthread_attr_destroy(&attr);
  /src/lib/libisns/
isns_util.c 204 pthread_attr_destroy(&attr);
210 pthread_attr_destroy(&attr);
  /src/crypto/external/apache2/openssl/dist/crypto/thread/arch/
thread_posix.c 49 pthread_attr_destroy(&attr);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc 39 int pthread_attr_destroy(void *attr);
405 pthread_attr_destroy(&myattr);
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 161 __gthrw(pthread_attr_destroy)
371 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_interceptors.cpp 41 int pthread_attr_destroy(void *attr);
475 pthread_attr_destroy(&myattr);
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 148 __gthrw(pthread_attr_destroy)
358 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)

Completed in 31 milliseconds

1 2 3