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

  /src/tests/lib/libpthread/weak/lib/
h_pthread_weak.c 69 RZ(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);
t_stack.c 82 RZ(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 in typeref:typename:int
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
Makefile 162 MLINKS+= pthread_attr.3 pthread_attr_destroy.3
  /src/lib/libisns/
isns_util.c 204 pthread_attr_destroy(&attr);
210 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/sys/external/bsd/compiler_rt/dist/lib/safestack/
safestack.cc 234 pthread_attr_destroy(&tmpattr);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_rtems.cc 83 CHECK_EQ(pthread_attr_destroy(&attr), 0);
sanitizer_fuchsia.cc 83 CHECK_EQ(pthread_attr_destroy(&attr), 0);
sanitizer_linux_libcdep.cc 148 pthread_attr_destroy(&attr);
  /src/tests/kernel/
t_signal_and_sp.c 517 RZ(pthread_attr_destroy(&attr));
537 RZ(pthread_attr_destroy(&attr));
  /src/lib/librumpuser/
rumpuser_pth.c 98 pthread_attr_destroy(&pattr);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 1018 extern "C" int pthread_attr_destroy(void *attr);
1042 pthread_attr_destroy(&myattr);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3281 res = pthread_attr_destroy(&attr);
3301 res = pthread_attr_destroy(&attr);
3368 res = pthread_attr_destroy(&attr);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 88 extern "C" int pthread_attr_destroy(void *attr);
1031 pthread_attr_destroy(&myattr);

Completed in 25 milliseconds