Searched refs:pthread_setschedparam (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_setschedparam.c42 pthread_setschedparam (pthread_t thread, int policy, function
H A DMakefile163 pthread_setschedparam.obj \
342 pthread_setschedparam.c \
H A Dpthread.h1108 PTW32_DLLPORT int PTW32_CDECL pthread_setschedparam (pthread_t thread,
/external/chromium_org/base/threading/
H A Dplatform_thread_freebsd.cc68 if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) {
H A Dplatform_thread_linux.cc79 if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) {
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dthread_posix.cc228 result = pthread_setschedparam(thread_, policy, &param);
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc227 result = pthread_setschedparam(_thread, policy, &param);
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c451 pthread_setschedparam(gki_cb.os.thread_id[task_id], policy, &param);
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c291 pthread_setschedparam(gki_cb.os.thread_id[task_id], policy, &param);
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c288 pthread_setschedparam(gki_cb.os.thread_id[task_id], policy, &param);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1061 #define pthread_setschedparam PTHREAD_SETSCHEDPARAM macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1061 #define pthread_setschedparam PTHREAD_SETSCHEDPARAM macro
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m1320 pthread_setschedparam (current_thread, policy, &param);

Completed in 813 milliseconds