Home
last modified time | relevance | path

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

123

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D1-2.c101 ret = pthread_detach(pthread_self()); in threaded()
191 ret = pthread_detach(child); in main()
D2-2.c103 ret = pthread_detach(pthread_self()); in threaded()
197 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.c63 ret = pthread_detach(new_th); in main()
D1-1.c66 if (pthread_detach(new_th) != 0) { in main()
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
DdeThreadUnix.c122 pthread_detach(thread->thread); in deThread_join()
137 int ret = pthread_detach(thread->thread); in deThread_destroy()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D9-1-buildonly.c19 pthread_detach(a); in dummy_func()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_detach.c41 pthread_detach(pid); in pthread_detach_0100()
Dtest_src_functionalext_supplement_thread.gni70 "pthread_detach",
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_detach.c19 weak_alias(__pthread_detach, pthread_detach);
/third_party/musl/src/thread/
Dpthread_detach.c24 weak_alias(__pthread_detach, pthread_detach);
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_detach.c18 weak_alias(__pthread_detach, pthread_detach);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setdetachstate/
D2-1.c69 ret_val = pthread_detach(new_th); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
D2-1.c77 ret_val = pthread_detach(new_th); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-1.c87 ret = pthread_detach(new_th); in main()
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h62 #define pthread_detach b_pthread_detach macro
Dusr_lib.h26 USR_LIBC_FUNC_DEF(int, pthread_detach, pthread_t thread)
/third_party/musl/libc-test/src/regression/
Dpthread-robust-detach.c38 T(r, pthread_detach(td)); in f()
/third_party/ltp/testcases/realtime/func/async_handler/
Dasync_handler_jk.c154 pthread_detach(server->pthread); in main()
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c161 int pthread_detach(pthread_t thread) in pthread_detach() function
163 return g_usrLibc->pthread_detach(thread); in pthread_detach()
/third_party/curl/lib/
Dcurl_threads.c86 pthread_detach(*hnd); in Curl_thread_destroy()
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads37 pthread_detach YES HIGH

123