Searched refs:pthread_getschedparam (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_getschedparam.c42 pthread_getschedparam (pthread_t thread, int *policy, function
H A DMakefile164 pthread_getschedparam.obj \
343 pthread_getschedparam.c \
H A Dpthread.h1112 PTW32_DLLPORT int PTW32_CDECL pthread_getschedparam (pthread_t thread,
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc1274 TEST(AddressSanitizer, pthread_getschedparam) {
1278 pthread_getschedparam(pthread_self(), &policy, Ident(&param) + 2),
1281 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, &param),
1283 int res = pthread_getschedparam(pthread_self(), &policy, &param);
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c430 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, &param)==0)
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c277 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, &param)==0)
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c274 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, &param)==0)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1671 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) {
1673 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param);
1677 int res = REAL(pthread_getschedparam)(thread, policy, param);
1685 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1030 #define pthread_getschedparam PTHREAD_GETSCHEDPARAM macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1030 #define pthread_getschedparam PTHREAD_GETSCHEDPARAM macro
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m1317 pthread_getschedparam (current_thread, &policy, &param);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2916 TEST(MemorySanitizer, pthread_getschedparam) {
2919 int res = pthread_getschedparam(pthread_self(), &policy, &param);

Completed in 986 milliseconds