Searched refs:param (Results 1 – 12 of 12) sorted by relevance
/sysdeps/htl/ |
A D | pt-attr-setschedparam.c | 27 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 D | pt-attr-getschedparam.c | 27 struct sched_param *param) in __pthread_attr_getschedparam() argument 29 memcpy (param, &attr->__schedparam, sizeof *param); in __pthread_attr_getschedparam()
|
A D | pt-getschedparam.c | 24 struct sched_param *param) in __pthread_getschedparam() argument 27 param->sched_priority = 0; in __pthread_getschedparam()
|
A D | pt-setschedparam.c | 24 const struct sched_param *param) in __pthread_setschedparam() argument
|
/sysdeps/powerpc/powerpc64/power4/ |
A D | Makefile | 4 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 D | Makefile | 4 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 D | sched_sets.c | 26 __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 D | mq_notify.c | 46 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 D | tst-skeleton-thread-affinity.c | 79 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 D | tst-bad-schedattr.c | 76 struct sched_param param = { .sched_priority = other_max + 1 }; in do_test() 77 TRY (pthread_attr_setschedparam, (&attr, ¶m)); in do_test()
|
/sysdeps/s390/s390-64/ |
A D | s390x-mcount.h | 79 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 D | pthreadP.h | 338 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