HomeSort by relevance Sort by last modified time
    Searched refs:pthread_setschedparam (Results 126 - 149 of 149) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
pthread.h 154 int pthread_setschedparam(pthread_t thid, int poilcy,
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
pthread.h 150 int pthread_setschedparam(pthread_t thid, int poilcy,
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
pthread.h 150 int pthread_setschedparam(pthread_t thid, int poilcy,
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
pthread.h 150 int pthread_setschedparam(pthread_t thid, int poilcy,
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
pthread.h 150 int pthread_setschedparam(pthread_t thid, int poilcy,
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
pthread.h 154 int pthread_setschedparam(pthread_t thid, int poilcy,
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pthread.h 154 int pthread_setschedparam(pthread_t thid, int poilcy,
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pthread.h 154 int pthread_setschedparam(pthread_t thid, int poilcy,
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 243 result = pthread_setschedparam(hc_cb.worker_thread, policy, &param);
246 ALOGW("libbt-hci init: pthread_setschedparam failed (%s)", \
userial.c 407 result = pthread_setschedparam(userial_cb.read_thread, policy, &param);
410 ALOGW("userial_open: pthread_setschedparam failed (%s)", \
  /bionic/tests/
pthread_test.cpp 314 ASSERT_EQ(ESRCH, pthread_setschedparam(dead_thread, policy, &param));
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 139 PTHREAD_WRAPPER(pthread_setschedparam, (pthread_t thid, int policy,
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Makefile 163 pthread_setschedparam.obj \
342 pthread_setschedparam.c \
pthread.h     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 290 pthread_setschedparam(gki_cb.os.thread_id[task_id], policy, &param);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 287 pthread_setschedparam(gki_cb.os.thread_id[task_id], policy, &param);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 413 extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 413 extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 413 extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 318 pthread_setschedparam(gki_cb.os.thread_id[task_id], policy, &param);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1061 #define pthread_setschedparam macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1061 #define pthread_setschedparam macro
    [all...]
  /bionic/libc/
Android.mk 228 bionic/pthread_setschedparam.cpp \
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m     [all...]

Completed in 3342 milliseconds

1 2 3 4 56