Home
last modified time | relevance | path

Searched refs:pthread_detach (Results 1 – 25 of 63) sorted by relevance

123

/external/valgrind/drd/tests/
Dpth_detached3.stderr.exp12 pthread_detach(): invalid thread ID 0x........
3 at 0x........: pthread_detach (drd_pthread_intercepts.c:?)
6 pthread_detach(): invalid thread ID 0x........
7 at 0x........: pthread_detach (drd_pthread_intercepts.c:?)
Dpth_detached3.stderr.exp22 pthread_detach(): invalid thread ID 0x........
4 by 0x........: pthread_detach (drd_pthread_intercepts.c:?)
7 pthread_detach(): invalid thread ID 0x........
9 by 0x........: pthread_detach (drd_pthread_intercepts.c:?)
Dpth_detached3.c21 pthread_detach(thread); in main()
24 pthread_detach(thread + 8); in main()
Dthreaded-fork.c26 pthread_detach(childthread); in main()
/external/valgrind/
Ddarwin10-drd.supp141 pthread_detach()
144 fun:pthread_detach
145 fun:pthread_detach
/external/google-breakpad/src/client/solaris/handler/
Dexception_handler_test.cc81 pthread_detach(h); in CreateCrashThread()
89 pthread_detach(h); in CreateThread()
Dminidump_test.cc67 pthread_detach(reporter_thread); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D1-2.c106 ret = pthread_detach(pthread_self()); in threaded()
196 ret = pthread_detach(child); in main()
D2-2.c109 ret = pthread_detach(pthread_self()); in threaded()
203 ret = pthread_detach(child); in main()
Dcoverage.txt1 This document defines the coverage for the pthread_detach function:
D4-2.c59 ret = pthread_detach(new_th); in main()
D4-1.c70 ret = pthread_detach(new_th); in main()
D3-1.c65 ret = pthread_detach(new_th); in main()
D2-1.c65 if (pthread_detach(new_th) != 0) { in main()
D1-1.c66 if (pthread_detach(new_th) != 0) { in main()
/external/deqp/framework/delibs/dethread/unix/
DdeThreadUnix.c120 pthread_detach(thread->thread); in deThread_join()
135 int ret = pthread_detach(thread->thread); in deThread_destroy()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D9-1-buildonly.c19 pthread_detach(a); in dummy_func()
/external/compiler-rt/test/tsan/
Dthread_leak2.c12 pthread_detach(t); in main()
Dthread_detach.c14 pthread_detach(t); in main()
Dthread_detach2.c21 pthread_detach(t); in main()
/external/libvpx/libvpx/vp8/common/
Dthreading.h38 #define pthread_detach(thread) \ macro
59 #define pthread_detach(thread) 0
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setdetachstate/
D2-1.c69 ret_val = pthread_detach(new_th); in main()
/external/regex-re2/util/
Dthread.cc30 pthread_detach(pid_); in Start()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
D2-1.c77 ret_val = pthread_detach(new_th); in main()
/external/valgrind/memcheck/tests/
Dreach_thread_register.c51 pthread_detach(thr); in main()

123