Home
last modified time | relevance | path

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

123

/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.c99 ret = pthread_detach(pthread_self()); in threaded()
189 ret = pthread_detach(child); in main()
D2-2.c102 ret = pthread_detach(pthread_self()); in threaded()
196 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.c122 pthread_detach(thread->thread); in deThread_join()
137 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/llvm-project/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()
Ddtls.c19 pthread_detach(pthread_self()); in Thread1()
/external/llvm-project/compiler-rt/test/lsan/TestCases/
Dmany_threads_detach.cpp22 pthread_detach(thread); 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
D2-1.c77 ret_val = pthread_detach(new_th); in main()
/external/llvm-project/lldb/source/Host/posix/
DHostThreadPosix.cpp56 int err = ::pthread_detach(m_thread); in Detach()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-1.c87 ret = pthread_detach(new_th); in main()

123