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

1 2

  /bionic/libc/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /development/ndk/platforms/android-3/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /development/ndk/platforms/android-5/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /development/ndk/platforms/android-8/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /development/ndk/platforms/android-9/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-x86/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
pthread.h 116 int pthread_attr_setschedpolicy(pthread_attr_t * attr, int policy);
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 265 if (pthread_attr_setschedpolicy(&attr, SCHED_RR) != 0) {
266 LOG(LS_ERROR) << "pthread_attr_setschedpolicy";
  /frameworks/media/libvideoeditor/osal/src/
M4OSA_Thread.c 247 if ( 0 == pthread_attr_setschedpolicy( &attribute, SCHED_OTHER ) )

Completed in 709 milliseconds

1 2