HomeSort by: relevance | last modified time | path
    Searched refs:pthread_getschedparam (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
thread2.c 6 pthread_getschedparam and pthread_setschedparam. */
17 if (pthread_getschedparam (pthread_self (), &policy, &param) != 0
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
thread2.c 6 pthread_getschedparam and pthread_setschedparam. */
17 if (pthread_getschedparam (pthread_self (), &policy, &param) != 0
  /src/external/mit/libuv/dist/test/
test-thread-priority.c 67 ASSERT_OK(pthread_getschedparam(task_id, &policy, &param));
  /src/lib/libpthread/
pthread_misc.c 64 pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param)
pthread_attr.c 127 return pthread_getschedparam(thread, &p->ptap_policy, &p->ptap_sp);
pthread.h 226 int pthread_getschedparam(pthread_t, int * __restrict,
Makefile 269 MLINKS+= pthread_schedparam.3 pthread_getschedparam.3
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d 1396 int pthread_getschedparam(pthread_t, int*, sched_param*);
1415 int pthread_getschedparam(pthread_t, int*, sched_param*);
1433 int pthread_getschedparam(pthread_t, int*, sched_param*);
1451 int pthread_getschedparam(pthread_t, int*, sched_param*);
1469 int pthread_getschedparam(pthread_t, int*, sched_param*);
1487 int pthread_getschedparam(pthread_t, int*, sched_param*);
1505 int pthread_getschedparam(pthread_t, int*, sched_param*);
1522 int pthread_getschedparam(pthread_t, int*, sched_param*);
1538 int pthread_getschedparam(pthread_t, int*, sched_param*);
1549 int pthread_getschedparam(pthread_t, int*, sched_param*)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 165 __gthrw(pthread_getschedparam)
413 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
452 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 152 __gthrw(pthread_getschedparam)
400 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
439 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test.cc 1322 TEST(AddressSanitizer, pthread_getschedparam) {
1326 pthread_getschedparam(pthread_self(), &policy, Ident(&param) + 2),
1329 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, &param),
1331 int res = pthread_getschedparam(pthread_self(), &policy, &param);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
osthread.d 722 pthread_getschedparam( pthread_self(), &policy, &param ) == 0
723 || assert(0, "Internal error in pthread_getschedparam");
808 if (auto err = pthread_getschedparam(m_addr, &policy, &param))
889 if (auto err = pthread_getschedparam(m_addr, &policy, &param))
  /src/external/mit/libuv/dist/src/unix/
core.c 1657 r = pthread_getschedparam(tid, &policy, &param);
1710 r = pthread_getschedparam(tid, &policy, &param);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3372 TEST(MemorySanitizer, pthread_getschedparam) {
3375 int res = pthread_getschedparam(pthread_self(), &policy, &param);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 2526 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) {
2528 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param);
2532 int res = REAL(pthread_getschedparam)(thread, policy, param);
2540 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 2697 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) {
2699 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param);
2703 int res = REAL(pthread_getschedparam)(thread, policy, param);
2711 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 2634 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) {
2636 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param);
2640 int res = REAL(pthread_getschedparam)(thread, policy, param);
2648 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);

Completed in 78 milliseconds