Searched refs:pthread_detach (Results 1 - 25 of 38) sorted by relevance

12

/external/valgrind/main/drd/tests/
H A Dpth_detached3.c1 /* Invoke pthread_detach() with an invalid thread ID. */
20 /* Invoke pthread_detach() with the thread ID of a joined thread. */
21 pthread_detach(thread);
23 /* Invoke pthread_detach() with an invalid thread ID. */
24 pthread_detach(thread + 8);
H A Dthreaded-fork.c26 pthread_detach(childthread);
H A Dpth_detached.c31 pthread_detach(pthread_self());
H A Dpth_detached_sem.c35 pthread_detach(pthread_self());
/external/compiler-rt/test/tsan/
H A Dthread_leak2.c12 pthread_detach(t);
/external/chromium_org/third_party/re2/util/
H A Dthread.cc30 pthread_detach(pid_);
/external/regex-re2/util/
H A Dthread.cc30 pthread_detach(pid_);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_detach.c2 * pthread_detach.c
51 pthread_detach (pthread_t thread) function
136 } /* pthread_detach */
H A Dpthread_join.c143 * pthread_join() or pthread_detach() specifying the same
146 result = pthread_detach (thread);
H A DMakefile210 pthread_detach.obj \
372 pthread_detach.c \
/external/valgrind/main/memcheck/tests/
H A Dreach_thread_register.c51 pthread_detach(thr);
/external/deqp/framework/delibs/dethread/unix/
H A DdeThreadUnix.c109 pthread_detach(thread->thread);
124 int ret = pthread_detach(thread->thread);
/external/fio/
H A Dgettime-thread.c66 ret = pthread_detach(gtod_thread);
H A Didletime.c249 if ((ret = pthread_detach(ipt->thread))) {
/external/valgrind/main/helgrind/tests/
H A Dtc22_exit_w_lock.c28 r= pthread_detach( pthread_self() ); assert(!r);
/external/valgrind/main/
H A Dglibc-2.X-drd.supp102 drd-libpthread-pthread_detach
104 fun:pthread_detach
105 fun:pthread_detach
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dthreading.h33 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) macro
55 #define pthread_detach(thread) 0 macro
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h33 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) macro
55 #define pthread_detach(thread) 0 macro
/external/libcxx/src/
H A Dthread.cpp57 ec = pthread_detach(__t_);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_server.c471 pthread_detach(x);
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest1.c276 pthread_detach(id);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_thread.h79 return pthread_detach( thread );
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_thread.h79 return pthread_detach( thread );
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_linux.cc379 pthread_detach(impl_->thread);
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c576 /* Calling pthread_detach here to mark the thread as detached.
580 pthread_detach(gki_cb.os.thread_id[task_id]);

Completed in 5281 milliseconds

12