Home
last modified time | relevance | path

Searched refs:schedpolicy (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dthreads_scenarii.c33 int schedpolicy; /* 0 => default; 1=> SCHED_FIFO; 2=> SCHED_RR */ member
50 .schedpolicy=scp, \
232 if (scenarii[i].schedpolicy == 1) { in scenar_init()
237 if (scenarii[i].schedpolicy == 2) { in scenar_init()
247 if (scenarii[i].schedpolicy) in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c33 int schedpolicy; /* 0 => default; 1=> SCHED_FIFO; 2=> SCHED_RR */ member
50 .schedpolicy=scp, \
232 if (scenarii[i].schedpolicy == 1) { in scenar_init()
237 if (scenarii[i].schedpolicy == 2) { in scenar_init()
247 if (scenarii[i].schedpolicy) in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dthreads_scenarii.c43 int schedpolicy; member
93 .schedpolicy = scp, \
282 if (scenarii[i].schedpolicy == 1) in scenar_init()
286 if (scenarii[i].schedpolicy == 2) in scenar_init()
294 if (scenarii[i].schedpolicy) in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c33 int schedpolicy; /* 0 => default; 1=> SCHED_FIFO; 2=> SCHED_RR */ member
50 .schedpolicy=scp, \
299 if (scenarii[i].schedpolicy == 1) { in scenar_init()
304 if (scenarii[i].schedpolicy == 2) { in scenar_init()
314 if (scenarii[i].schedpolicy) in scenar_init()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A D_pthreadtypes.h59 unsigned int schedpolicy; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h409 unsigned int schedpolicy; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dalltypes.h360 unsigned int schedpolicy; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dalltypes.h100 unsigned int schedpolicy; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h409 unsigned int schedpolicy; member
/third_party/python/Modules/
H A Dposixmodule.c6122 int schedpolicy = _PyLong_AsInt(py_schedpolicy); in parse_posix_spawn_flags() local
6124 if (schedpolicy == -1 && PyErr_Occurred()) { in parse_posix_spawn_flags()
6127 errno = posix_spawnattr_setschedpolicy(attrp, schedpolicy); in parse_posix_spawn_flags()

Completed in 22 milliseconds