HomeSort by relevance Sort by last modified time
    Searched refs:sched_param (Results 201 - 225 of 338) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
177 int sched_setparam (pid_t pid, const struct sched_param *param);
178 int sched_getparam (pid_t pid, struct sched_param *param);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
177 int sched_setparam (pid_t pid, const struct sched_param *param);
178 int sched_getparam (pid_t pid, struct sched_param *param);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
177 int sched_setparam (pid_t pid, const struct sched_param *param);
178 int sched_getparam (pid_t pid, struct sched_param *param);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 178 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
181 int sched_setparam (pid_t pid, const struct sched_param *param);
182 int sched_getparam (pid_t pid, struct sched_param *param);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 178 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
181 int sched_setparam (pid_t pid, const struct sched_param *param);
182 int sched_getparam (pid_t pid, struct sched_param *param);
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 88 (pthread_attr_t *attr, struct sched_param const *param), (attr, param),
92 (pthread_attr_t const *attr, struct sched_param *param), (attr, param),
136 PTHREAD_WRAPPER(pthread_getschedparam, (pthread_t thid, int *policy, struct sched_param *param),
140 struct sched_param const *param), (thid, policy, param),
  /external/bison/darwin-lib/
spawn.h 34 /* Get definitions of 'struct sched_param' and 'sigset_t'.
405 struct sched_param _sp;
    [all...]
  /external/bison/linux-lib/
spawn.h 34 /* Get definitions of 'struct sched_param' and 'sigset_t'.
405 struct sched_param _sp;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Thread.c 49 struct sched_param schedparam;
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_task.c 116 struct sched_param sched;
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_task.c 116 struct sched_param sched;
  /system/core/logd/
main.cpp 68 struct sched_param param;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 914 struct sched_param *param);
917 const struct sched_param *param);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sched.h 71 struct sched_param struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
pthread.h 311 struct sched_param *__restrict __param)
316 __const struct sched_param *__restrict
416 __const struct sched_param *__param)
422 struct sched_param *__restrict __param)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h 71 struct sched_param struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 311 struct sched_param *__restrict __param)
316 __const struct sched_param *__restrict
416 __const struct sched_param *__param)
422 struct sched_param *__restrict __param)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/bits/
gthr-default.h 394 struct sched_param params;
434 struct sched_param params;
gthr-posix.h 394 struct sched_param params;
434 struct sched_param params;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/bits/
gthr-default.h 394 struct sched_param params;
434 struct sched_param params;
gthr-posix.h 394 struct sched_param params;
434 struct sched_param params;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
gthr-default.h 393 struct sched_param params;
433 struct sched_param params;
gthr-posix.h 393 struct sched_param params;
433 struct sched_param params;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
gthr-default.h 393 struct sched_param params;
433 struct sched_param params;
gthr-posix.h 393 struct sched_param params;
433 struct sched_param params;

Completed in 2069 milliseconds

1 2 3 4 5 6 7 891011>>