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

1 2 3

  /bionic/libc/bionic/
pthread_attr.cpp 76 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const* param) { function
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Thread.c 72 pthread_attr_setschedparam(&thread->attr, &thread->schedparam);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_task.c 156 if (SUCCESS != pthread_attr_setschedparam(&pHandle->ThreadAttr,
  /bionic/libc/include/
pthread.h 123 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /development/ndk/platforms/android-3/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /development/ndk/platforms/android-5/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /development/ndk/platforms/android-8/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /development/ndk/platforms/android-9/include/
pthread.h 123 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
pthread.h 119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);

Completed in 2097 milliseconds

1 2 3