Home
last modified time | relevance | path

Searched refs:pthread_detach (Results 1 – 25 of 51) 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()
D2-1.c65 if (pthread_detach(new_th) != 0) { in main()
D3-1.c65 ret = pthread_detach(new_th); 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/libvpx/libvpx/vp8/common/
Dthreading.h38 #define pthread_detach(thread) \ macro
59 #define pthread_detach(thread) 0
/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()
Ddtls.c17 pthread_detach(pthread_self()); in Thread1()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setdetachstate/
D2-1.c69 ret_val = pthread_detach(new_th); in main()
/external/swiftshader/third_party/LLVM/test/Linker/
D2011-08-22-ResolveAlias.ll17 @_ZL22__gthrw_pthread_detachm = alias weak i32 (i64)* @pthread_detach
51 declare extern_weak i32 @pthread_detach(i64)
D2011-08-22-ResolveAlias2.ll20 @_ZL22__gthrw_pthread_detachm = alias weak i32 (i64)* @pthread_detach
56 declare extern_weak i32 @pthread_detach(i64)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
D2-1.c77 ret_val = pthread_detach(new_th); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-1.c86 ret = pthread_detach(new_th); in main()
/external/libxcam/xcore/
Dxcam_thread.cpp52 pthread_detach (pthread_self()); in thread_func()
/external/ltp/testcases/realtime/func/async_handler/
Dasync_handler_jk.c154 pthread_detach(server->pthread); in main()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dposix_thread.ipp31 ::pthread_detach(thread_);

123