Home
last modified time | relevance | path

Searched refs:__schedparam (Results 1 – 11 of 11) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dspawn.h232 __schedparam) in posix_spawnattr_getschedparam()
234 memcpy (__schedparam, &__attr->__sp, sizeof (__attr->__sp)); in posix_spawnattr_getschedparam()
242 __restrict __schedparam) in posix_spawnattr_setschedparam() argument
244 __attr->__sp = *__schedparam; in posix_spawnattr_setschedparam()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dattr.c52 attr->__schedparam.sched_priority = 0; in libpthread_hidden_proto()
72 attr->__schedparam.sched_priority = 0; in __pthread_attr_init_2_0()
115 memcpy (&attr->__schedparam, param, sizeof (struct sched_param)); in libpthread_hidden_def()
123 memcpy (param, &attr->__schedparam, sizeof (struct sched_param)); in libpthread_hidden_def()
A Dmanager.c548 memcpy (&new_thread->p_start_args.schedparam, &attr->__schedparam, in pthread_handle_create()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dattr.c41 attr->__schedparam.sched_priority = 0; in __pthread_attr_init()
99 memcpy (&attr->__schedparam, param, sizeof (struct sched_param)); in strong_alias()
109 memcpy (param, &attr->__schedparam, sizeof (struct sched_param)); in strong_alias()
393 attr->__schedparam.sched_priority = descr->p_priority; in weak_alias()
395 if (attr->__schedparam.sched_priority < 0) in weak_alias()
A Dmanager.cc774 new_thread->p_priority = attr->__schedparam.sched_priority; in pthread_handle_create()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dattr.c36 attr->__schedparam.sched_priority = 0; in __pthread_attr_init()
82 memcpy (&attr->__schedparam, param, sizeof (struct sched_param)); in strong_alias()
90 memcpy (param, &attr->__schedparam, sizeof (struct sched_param)); in strong_alias()
357 (struct sched_param *) &attr->__schedparam) != 0) in weak_alias()
A Dmanager.c695 memcpy (&new_thread->p_start_args.schedparam, &attr->__schedparam, in pthread_handle_create()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/bits/
A Dpthreadtypes.h48 struct __sched_param __schedparam; member
/l4re-core-master/uclibc/lib/libpthread/include/bits/
A Dpthreadtypes.h44 struct __sched_param __schedparam; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/bits/
A Dpthreadtypes.h48 struct __sched_param __schedparam; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dtimer_routines.c501 && (left->__schedparam.sched_priority in thread_attr_compare()
502 == right->__schedparam.sched_priority) in thread_attr_compare()

Completed in 23 milliseconds