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

  /bionic/libc/include/
pthread.h 120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
  /ndk/build/platforms/android-3/arch-arm/usr/include/
pthread.h 120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
pthread.h 120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
pthread.h 120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
pthread.h 120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
pthread.h 120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
pthread.h 120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
  /external/bluetooth/glib/gthread/
gthread-posix.c 346 posix_check_cmd (pthread_attr_getschedparam (&attr, &sched));
  /bionic/libc/bionic/
pthread.c 411 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param) function
    [all...]

Completed in 17 milliseconds