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

1 2

  /external/valgrind/main/drd/tests/
pth_detached_sem.c 57 assert(pthread_attr_getdetachstate(&attr, &detachstate) == 0);
69 assert(pthread_attr_getdetachstate(&attr, &detachstate) == 0);
pth_detached.c 62 assert(pthread_attr_getdetachstate(&attr, &detachstate) == 0);
74 assert(pthread_attr_getdetachstate(&attr, &detachstate) == 0);
  /bionic/libc/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /development/ndk/platforms/android-3/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /development/ndk/platforms/android-5/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /development/ndk/platforms/android-8/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /development/ndk/platforms/android-9/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-x86/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
pthread.h 114 int pthread_attr_getdetachstate(pthread_attr_t const * attr, int * state);

Completed in 981 milliseconds

1 2