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

  /bionic/libc/include/
pthread.h 78 typedef long pthread_condattr_t; typedef
168 int pthread_condattr_init(pthread_condattr_t *attr);
169 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared);
170 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared);
171 int pthread_condattr_destroy(pthread_condattr_t *attr);
174 const pthread_condattr_t *attr);
  /development/ndk/platforms/android-8/include/
pthread.h 78 typedef long pthread_condattr_t; typedef
168 int pthread_condattr_init(pthread_condattr_t *attr);
169 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared);
170 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared);
171 int pthread_condattr_destroy(pthread_condattr_t *attr);
174 const pthread_condattr_t *attr);
  /development/ndk/platforms/android-9/include/
pthread.h 78 typedef long pthread_condattr_t; typedef
170 int pthread_condattr_init(pthread_condattr_t *attr);
171 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared);
172 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared);
173 int pthread_condattr_destroy(pthread_condattr_t *attr);
176 const pthread_condattr_t *attr);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 78 typedef long pthread_condattr_t; typedef
168 int pthread_condattr_init(pthread_condattr_t *attr);
169 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared);
170 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared);
171 int pthread_condattr_destroy(pthread_condattr_t *attr);
174 const pthread_condattr_t *attr);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 78 typedef long pthread_condattr_t; typedef
168 int pthread_condattr_init(pthread_condattr_t *attr);
169 int pthread_condattr_getpshared(pthread_condattr_t *attr, int *pshared);
170 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared);
171 int pthread_condattr_destroy(pthread_condattr_t *attr);
174 const pthread_condattr_t *attr);
  /bionic/libc/include/sys/
types.h 79 typedef .... pthread_condattr_t;
  /development/ndk/platforms/android-3/include/sys/
types.h 79 typedef .... pthread_condattr_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
types.h 77 typedef .... pthread_condattr_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
types.h 77 typedef .... pthread_condattr_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
types.h 77 typedef .... pthread_condattr_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
types.h 77 typedef .... pthread_condattr_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
types.h 77 typedef .... pthread_condattr_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
types.h 77 typedef .... pthread_condattr_t;
  /bionic/libc/bionic/
pthread-rwlocks.c 115 pthread_condattr_t* cond_attr = NULL;
117 pthread_condattr_t cond_attr0;
pthread.c     [all...]
  /development/ndk/platforms/android-3/include/
pthread.h 78 typedef long pthread_condattr_t; typedef
169 const pthread_condattr_t *attr);
  /development/ndk/platforms/android-5/include/
pthread.h 78 typedef long pthread_condattr_t; typedef
169 const pthread_condattr_t *attr);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 78 typedef long pthread_condattr_t; typedef
169 const pthread_condattr_t *attr);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 78 typedef long pthread_condattr_t; typedef
169 const pthread_condattr_t *attr);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 78 typedef long pthread_condattr_t; typedef
169 const pthread_condattr_t *attr);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 78 typedef long pthread_condattr_t; typedef
169 const pthread_condattr_t *attr);
  /system/media/opensles/libopensles/
ThreadPool.c 71 err = pthread_cond_init(&tp->mCondNotFull, (const pthread_condattr_t *) NULL);
76 err = pthread_cond_init(&tp->mCondNotEmpty, (const pthread_condattr_t *) NULL);
IObject.c 756 ok = pthread_cond_init(&this->mCond, (const pthread_condattr_t *) NULL);
  /bionic/libc/netbsd/net/
reentrant.h 118 #define condattr_t pthread_condattr_t
  /frameworks/base/include/utils/
threads.h 430 pthread_condattr_t attr;

Completed in 131 milliseconds