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

1 2 3

  /external/qemu/
compatfd.c 99 pthread_attr_destroy(&attr);
  /external/valgrind/main/drd/tests/
pth_detached_sem.c 76 pthread_attr_destroy(&attr);
pth_detached.c 81 pthread_attr_destroy(&attr);
rwlock_test.c 97 pthread_attr_destroy(&attr);
  /frameworks/base/media/libstagefright/tests/
DummyRecorder.cpp 47 pthread_attr_destroy(&attr);
  /external/llvm/lib/Support/
Threading.cpp 103 ::pthread_attr_destroy(&Attr);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_task.c 231 if (pthread_attr_destroy(&pHandle->ThreadAttr))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 172 __gthrw(pthread_attr_destroy)
301 __gthrw_(pthread_attr_destroy) (&__a);
382 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
gthr-posix.h 172 __gthrw(pthread_attr_destroy)
301 __gthrw_(pthread_attr_destroy) (&__a);
382 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 185 __gthrw(pthread_attr_destroy)
314 __gthrw_(pthread_attr_destroy) (&__a);
395 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
gthr-posix.h 185 __gthrw(pthread_attr_destroy)
314 __gthrw_(pthread_attr_destroy) (&__a);
395 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 185 __gthrw(pthread_attr_destroy)
314 __gthrw_(pthread_attr_destroy) (&__a);
395 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
gthr-posix.h 185 __gthrw(pthread_attr_destroy)
314 __gthrw_(pthread_attr_destroy) (&__a);
395 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 185 __gthrw(pthread_attr_destroy)
314 __gthrw_(pthread_attr_destroy) (&__a);
395 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
gthr-posix.h 185 __gthrw(pthread_attr_destroy)
314 __gthrw_(pthread_attr_destroy) (&__a);
395 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 185 __gthrw(pthread_attr_destroy)
314 __gthrw_(pthread_attr_destroy) (&__a);
395 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
gthr-posix.h 185 __gthrw(pthread_attr_destroy)
314 __gthrw_(pthread_attr_destroy) (&__a);
395 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 185 __gthrw(pthread_attr_destroy)
314 __gthrw_(pthread_attr_destroy) (&__a);
395 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
gthr-posix.h 185 __gthrw(pthread_attr_destroy)
314 __gthrw_(pthread_attr_destroy) (&__a);
395 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0)
  /external/chromium/base/threading/
platform_thread_posix.cc 111 pthread_attr_destroy(&attributes);
  /external/webrtc/src/system_wrappers/source/
thread_linux.cc 113 pthread_attr_destroy(&_attr);
  /external/bluetooth/glib/gthread/
gthread-posix.c 92 # define pthread_attr_destroy(a) pthread_attr_delete (a) macro
358 posix_check_cmd (pthread_attr_destroy (&attr));
  /external/webkit/Source/WebKit/mac/Misc/
WebNSFileManagerExtras.m 137 pthread_attr_destroy(&attr);
  /bionic/libc/include/
pthread.h 111 int pthread_attr_destroy(pthread_attr_t * attr);
  /development/ndk/platforms/android-3/include/
pthread.h 111 int pthread_attr_destroy(pthread_attr_t * attr);

Completed in 655 milliseconds

1 2 3