HomeSort by relevance Sort by last modified time
    Searched refs:pthread_detach (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/valgrind/drd/tests/
pth_detached3.c 1 /* 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);
threaded-fork.c 26 pthread_detach(childthread);
pth_detached.c 31 pthread_detach(pthread_self());
pth_detached_sem.c 35 pthread_detach(pthread_self());
  /external/compiler-rt/test/tsan/
thread_detach.c 14 pthread_detach(t);
thread_detach2.c 6 // is not established if pthread_create is followed by pthread_detach.
21 pthread_detach(t);
thread_leak2.c 12 pthread_detach(t);
  /bionic/libc/bionic/
pthread_detach.cpp 34 int pthread_detach(pthread_t t) { function
  /external/google-breakpad/src/client/solaris/handler/
minidump_test.cc 67 pthread_detach(reporter_thread);
exception_handler_test.cc 81 pthread_detach(h);
89 pthread_detach(h);
  /external/regex-re2/util/
thread.cc 30 pthread_detach(pid_);
  /external/valgrind/memcheck/tests/
reach_thread_register.c 51 pthread_detach(thr);
  /external/deqp/framework/delibs/dethread/unix/
deThreadUnix.c 120 pthread_detach(thread->thread);
135 int ret = pthread_detach(thread->thread);
  /external/fio/
gettime-thread.c 84 ret = pthread_detach(gtod_thread);
  /external/valgrind/helgrind/tests/
stackteardown.c 82 r= pthread_detach( pthread_self() ); assert(!r);
tc22_exit_w_lock.c 28 r= pthread_detach( pthread_self() ); assert(!r);
  /external/valgrind/
glibc-2.X-drd.supp 102 drd-libpthread-pthread_detach
104 fun:pthread_detach
105 fun:pthread_detach
  /external/curl/lib/
curl_threads.c 84 pthread_detach(*hnd);
  /external/opencv3/modules/cudacodec/src/
thread.cpp 136 pthread_detach(thread_);
  /external/libvpx/libvpx/vp8/common/
threading.h 33 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) macro
55 #define pthread_detach(thread) 0 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 33 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) macro
55 #define pthread_detach(thread) 0 macro
  /device/huawei/angler/power/
power-8994.c 143 pthread_detach(video_encode_hint_thread);
  /device/lge/bullhead/power/
power-8992.c 143 pthread_detach(video_encode_hint_thread);
  /external/dng_sdk/source/
dng_pthread.h 201 #define pthread_detach dng_pthread_detach macro
  /external/libcxx/src/
thread.cpp 60 ec = pthread_detach(__t_);

Completed in 720 milliseconds

1 2 3 4 5 6