Home
last modified time | relevance | path

Searched refs:param (Results 1 – 12 of 12) sorted by relevance

/sysdeps/htl/
A Dpt-attr-setschedparam.c27 const struct sched_param *param) in __pthread_attr_setschedparam() argument
29 if (memcmp (param, &__pthread_default_attr.__schedparam, sizeof *param) == 0) in __pthread_attr_setschedparam()
31 memcpy (&attr->__schedparam, param, sizeof *param); in __pthread_attr_setschedparam()
A Dpt-attr-getschedparam.c27 struct sched_param *param) in __pthread_attr_getschedparam() argument
29 memcpy (param, &attr->__schedparam, sizeof *param); in __pthread_attr_getschedparam()
A Dpt-getschedparam.c24 struct sched_param *param) in __pthread_getschedparam() argument
27 param->sched_priority = 0; in __pthread_getschedparam()
A Dpt-setschedparam.c24 const struct sched_param *param) in __pthread_setschedparam() argument
/sysdeps/powerpc/powerpc64/power4/
A DMakefile4 CFLAGS-wordcopy.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funr…
5 CFLAGS-memmove.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funro…
/sysdeps/powerpc/powerpc32/power4/
A DMakefile4 CFLAGS-wordcopy.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funr…
5 CFLAGS-memmove.c += --param max-variable-expansions-in-unroller=2 --param max-unroll-times=2 -funro…
/sysdeps/mach/hurd/
A Dsched_sets.c26 __sched_setscheduler (pid_t pid, int policy, const struct sched_param *param) in __sched_setscheduler() argument
31 if (param->sched_priority != 0) in __sched_setscheduler()
/sysdeps/unix/sysv/linux/
A Dmq_notify.c46 union sigval param; /* The parameter to pass. */ member
89 union sigval param = data->param; in notification_function() local
102 fct (param); in notification_function()
233 data.param = notification->sigev_value; in __mq_notify()
A Dtst-skeleton-thread-affinity.c79 struct burn_thread *param = closure; in thread_burn_any_cpu() local
90 if (cpu > param->conf->last_cpu in thread_burn_any_cpu()
91 || !CPU_ISSET_S (cpu, CPU_ALLOC_SIZE (param->conf->set_size), in thread_burn_any_cpu()
92 param->initial_set)) in thread_burn_any_cpu()
95 param->thread, cpu); in thread_burn_any_cpu()
99 CPU_SET_S (cpu, CPU_ALLOC_SIZE (param->conf->set_size), in thread_burn_any_cpu()
100 param->seen_set); in thread_burn_any_cpu()
/sysdeps/pthread/
A Dtst-bad-schedattr.c76 struct sched_param param = { .sched_priority = other_max + 1 }; in do_test()
77 TRY (pthread_attr_setschedparam, (&attr, &param)); in do_test()
/sysdeps/s390/s390-64/
A Ds390x-mcount.h79 lg %r2,MCOUNT_CALLER_OFF(%r15) # callers address = 1st param
80 lgr %r3,glue(%r, MCOUNT_CALLEE_REG) # callees address = 2nd param
/sysdeps/nptl/
A DpthreadP.h338 struct sched_param *param);
341 const struct sched_param *param);
377 struct sched_param *param);
379 const struct sched_param *param);

Completed in 9 milliseconds