Home
last modified time | relevance | path

Searched refs:schedpolicy (Results 1 – 25 of 128) sorted by relevance

123456

/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dspawnattr_setschedpolicy.c26 posix_spawnattr_setschedpolicy (posix_spawnattr_t *attr, int schedpolicy) in posix_spawnattr_setschedpolicy() argument
30 if (schedpolicy != SCHED_OTHER && schedpolicy != SCHED_FIFO in posix_spawnattr_setschedpolicy()
31 && schedpolicy != SCHED_RR) in posix_spawnattr_setschedpolicy()
35 attr->_policy = schedpolicy; in posix_spawnattr_setschedpolicy()
H A Dspawnattr_getschedpolicy.c27 int *schedpolicy) in posix_spawnattr_getschedpolicy() argument
32 *schedpolicy = attr->_policy; in posix_spawnattr_getschedpolicy()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dspawnattr_setschedpolicy.c26 posix_spawnattr_setschedpolicy (posix_spawnattr_t *attr, int schedpolicy) in posix_spawnattr_setschedpolicy() argument
30 if (schedpolicy != SCHED_OTHER && schedpolicy != SCHED_FIFO in posix_spawnattr_setschedpolicy()
31 && schedpolicy != SCHED_RR) in posix_spawnattr_setschedpolicy()
35 attr->_policy = schedpolicy; in posix_spawnattr_setschedpolicy()
H A Dspawnattr_getschedpolicy.c27 int *schedpolicy) in posix_spawnattr_getschedpolicy() argument
32 *schedpolicy = attr->_policy; in posix_spawnattr_getschedpolicy()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dposix_spawn_sched.c90 int * __restrict schedpolicy) in posix_spawnattr_getschedpolicy() argument
92 *schedpolicy = sa->sa_schedpolicy; in posix_spawnattr_getschedpolicy()
135 posix_spawnattr_setschedpolicy(posix_spawnattr_t *sa, int schedpolicy) in posix_spawnattr_setschedpolicy() argument
137 sa->sa_schedpolicy = schedpolicy; in posix_spawnattr_setschedpolicy()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_join/
H A Dthreads_scenarii.c36 int schedpolicy; /* 0 => default; 1=> SCHED_FIFO; 2=> SCHED_RR */ member
54 .schedpolicy=scp, \
181 if ( scenarii[ i ].schedpolicy == 1 ) in scenar_init()
186 if ( scenarii[ i ].schedpolicy == 2 ) in scenar_init()
197 if ( scenarii[ i ].schedpolicy ) in scenar_init()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/posix/
H A Dposix_spawn.c497 _DEFUN(posix_spawnattr_getschedpolicy, (sa, schedpolicy),
499 int * __restrict schedpolicy)
501 *schedpolicy = (*sa)->sa_schedpolicy;
551 _DEFUN(posix_spawnattr_setschedpolicy, (sa, schedpolicy),
553 int schedpolicy)
555 (*sa)->sa_schedpolicy = schedpolicy;
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_exit/
H A Dthreads_scenarii.c36 int schedpolicy; /* 0 => default; 1=> SCHED_FIFO; 2=> SCHED_RR */ member
54 .schedpolicy=scp, \
196 if (scenarii[i].schedpolicy == 1) in scenar_init()
200 if (scenarii[i].schedpolicy == 2) in scenar_init()
206 if (scenarii[i].schedpolicy) in scenar_init()
/dports/misc/posixtestsuite/posixtestsuite/stress/threads/pthread_create/
H A Dthreads_scenarii.c36 int schedpolicy; /* 0 => default; 1=> SCHED_FIFO; 2=> SCHED_RR */ member
54 .schedpolicy=scp, \
196 if (scenarii[i].schedpolicy == 1) in scenar_init()
200 if (scenarii[i].schedpolicy == 2) in scenar_init()
206 if (scenarii[i].schedpolicy) in scenar_init()
/dports/misc/posixtestsuite/posixtestsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c36 int schedpolicy; /* 0 => default; 1=> SCHED_FIFO; 2=> SCHED_RR */ member
54 .schedpolicy=scp, \
234 if (scenarii[i].schedpolicy == 1) in scenar_init()
238 if (scenarii[i].schedpolicy == 2) in scenar_init()
244 if (scenarii[i].schedpolicy) in scenar_init()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_detach/
H A Dthreads_scenarii.c36 int schedpolicy; /* 0 => default; 1=> SCHED_FIFO; 2=> SCHED_RR */ member
54 .schedpolicy=scp, \
196 if (scenarii[i].schedpolicy == 1) in scenar_init()
200 if (scenarii[i].schedpolicy == 2) in scenar_init()
206 if (scenarii[i].schedpolicy) in scenar_init()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_create/
H A Dthreads_scenarii.c36 int schedpolicy; /* 0 => default; 1=> SCHED_FIFO; 2=> SCHED_RR */ member
54 .schedpolicy=scp, \
196 if (scenarii[i].schedpolicy == 1) in scenar_init()
200 if (scenarii[i].schedpolicy == 2) in scenar_init()
206 if (scenarii[i].schedpolicy) in scenar_init()
H A D1-6.c143 && (scenarii[sc].schedpolicy != 0) in threaded()
164 if (((scenarii[sc].schedpolicy == 1) && (policy != SCHED_FIFO)) in threaded()
165 || ((scenarii[sc].schedpolicy == 2) && (policy != SCHED_RR))) in threaded()
/dports/misc/posixtestsuite/posixtestsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c36 int schedpolicy; /* 0 => default; 1=> SCHED_FIFO; 2=> SCHED_RR */ member
54 .schedpolicy=scp, \
196 if (scenarii[i].schedpolicy == 1) in scenar_init()
200 if (scenarii[i].schedpolicy == 2) in scenar_init()
206 if (scenarii[i].schedpolicy) in scenar_init()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dposix_spawn.c412 int *__restrict schedpolicy) in posix_spawnattr_getschedpolicy() argument
414 *schedpolicy = (*sa)->sa_schedpolicy; in posix_spawnattr_getschedpolicy()
457 posix_spawnattr_setschedpolicy(posix_spawnattr_t *sa, int schedpolicy) in posix_spawnattr_setschedpolicy() argument
459 (*sa)->sa_schedpolicy = schedpolicy; in posix_spawnattr_setschedpolicy()
/dports/devel/p5-Proc-ProcessTable/Proc-ProcessTable-0.634/
H A DREADME.hpux51 schedpolicy
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/linuxthreads/
H A Dmanager.c269 if (THREAD_GETMEM(self, p_start_args.schedpolicy) >= 0) in pthread_start_thread()
272 THREAD_GETMEM(self, p_start_args.schedpolicy), in pthread_start_thread()
581 new_thread->p_start_args.schedpolicy = -1; in pthread_handle_create()
588 new_thread->p_start_args.schedpolicy = attr->__schedpolicy; in pthread_handle_create()
593 new_thread->p_start_args.schedpolicy = __sched_getscheduler(father_pid); in pthread_handle_create()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Dmanager.c268 if (THREAD_GETMEM(self, p_start_args.schedpolicy) >= 0) in pthread_start_thread()
271 THREAD_GETMEM(self, p_start_args.schedpolicy), in pthread_start_thread()
580 new_thread->p_start_args.schedpolicy = -1; in pthread_handle_create()
587 new_thread->p_start_args.schedpolicy = attr->__schedpolicy; in pthread_handle_create()
592 new_thread->p_start_args.schedpolicy = __sched_getscheduler(father_pid); in pthread_handle_create()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Dmanager.c268 if (THREAD_GETMEM(self, p_start_args.schedpolicy) >= 0) in pthread_start_thread()
271 THREAD_GETMEM(self, p_start_args.schedpolicy), in pthread_start_thread()
580 new_thread->p_start_args.schedpolicy = -1; in pthread_handle_create()
587 new_thread->p_start_args.schedpolicy = attr->__schedpolicy; in pthread_handle_create()
592 new_thread->p_start_args.schedpolicy = __sched_getscheduler(father_pid); in pthread_handle_create()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/sys/
H A D_pthreadtypes.h67 int schedpolicy; member
/dports/benchmarks/stress-ng/stress-ng-0.13.09/example-jobs/
H A Dinterrupt.job129 # schedpolicy stressor options:
136 schedpolicy 0 # 0 means 1 stressor per CPU
137 # schedpolicy-ops 1000000 # stop after 1000000 bogo ops
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dtypes.h300 int schedpolicy; member
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dtypes.h300 int schedpolicy; member
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/sys/
H A Dtypes.h299 int schedpolicy; member
/dports/devel/pth-hard/pth-2.0.7/
H A Dpthread.c134 int pthread_attr_setschedpolicy(pthread_attr_t *attr, int schedpolicy) in pthread_attr_setschedpolicy() argument
142 int pthread_attr_getschedpolicy(const pthread_attr_t *attr, int *schedpolicy) in pthread_attr_getschedpolicy() argument
144 if (attr == NULL || schedpolicy == NULL) in pthread_attr_getschedpolicy()

123456