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

  /src/tests/lib/libpthread/
t_detach.c 51 ATF_TC(pthread_detach);
52 ATF_TC_HEAD(pthread_detach, tc)
54 atf_tc_set_md_var(tc, "descr", "A test of pthread_detach(3)");
57 ATF_TC_BODY(pthread_detach, tc)
75 PTHREAD_REQUIRE(pthread_detach(t));
93 ATF_TP_ADD_TC(tp, pthread_detach);
t_join.c 134 rv = pthread_detach(thread[i]);
  /src/tests/dev/md/
h_mdserv.c 101 pthread_detach(pt);
  /src/lib/libpthread/
thrd.c 109 if (pthread_detach(thr) == 0)
pthread.h 55 int pthread_detach(pthread_t);
362 #define pthread_detach __libc_thr_detach macro
Makefile 144 pthread_create.3 pthread_detach.3 pthread_equal.3 \
pthread.c 145 __strong_alias(__libc_thr_detach,pthread_detach)
784 pthread_detach(pthread_t thread) function in typeref:typename:int
  /src/tests/fs/common/
fstest_puffs.c 229 pthread_detach(pt);
233 pthread_detach(pt);
  /src/lib/libc/thread-stub/
thread-stub.c 76 __weak_alias(pthread_detach, __libc_thr_detach)
  /src/lib/librumpuser/
rumpuser_sp.c 1366 pthread_detach(pt);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1021 // Otherwise the new thread can call pthread_detach, but the pthread_t
1024 // Otherwise, this thread can call pthread_detach and reset thr->sync
1049 TSAN_INTERCEPTOR(int, pthread_detach, void *th) {
1050 SCOPED_TSAN_INTERCEPTOR(pthread_detach, th);
1052 int res = REAL(pthread_detach)(th);
2684 TSAN_INTERCEPT(pthread_detach);
  /src/tests/dev/audio/
audiotest.c 712 pthread_detach(pthread_self());

Completed in 24 milliseconds