/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | posix_spawnattr_sched.c | 7 struct sched_param *restrict schedparam) in posix_spawnattr_getschedparam() 14 const struct sched_param *restrict schedparam) in posix_spawnattr_setschedparam() 6 posix_spawnattr_getschedparam(const posix_spawnattr_t *restrict attr, struct sched_param *restrict schedparam) posix_spawnattr_getschedparam() argument 13 posix_spawnattr_setschedparam(posix_spawnattr_t *restrict attr, const struct sched_param *restrict schedparam) posix_spawnattr_setschedparam() argument
|
/third_party/musl/src/process/ |
H A D | posix_spawnattr_sched.c | 7 struct sched_param *restrict schedparam) in posix_spawnattr_getschedparam() 14 const struct sched_param *restrict schedparam) in posix_spawnattr_setschedparam() 6 posix_spawnattr_getschedparam(const posix_spawnattr_t *restrict attr, struct sched_param *restrict schedparam) posix_spawnattr_getschedparam() argument 13 posix_spawnattr_setschedparam(posix_spawnattr_t *restrict attr, const struct sched_param *restrict schedparam) posix_spawnattr_setschedparam() argument
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
H A D | threads_scenarii.c | 34 int schedparam; /* 0 => default sched param; 1 => max value for sched param; -1 => min value for sched param */ member 51 .schedparam=spa, \ 259 if (scenarii[i].schedparam != 0) { in scenar_init() 269 if (scenarii[i].schedparam == 1) in scenar_init() 271 if (scenarii[i].schedparam == -1) in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
H A D | threads_scenarii.c | 34 int schedparam; /* 0 => default sched param; 1 => max value for sched param; -1 => min value for sched param */ member 51 .schedparam=spa, \ 259 if (scenarii[i].schedparam != 0) { in scenar_init() 269 if (scenarii[i].schedparam == 1) in scenar_init() 271 if (scenarii[i].schedparam == -1) in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
H A D | threads_scenarii.c | 49 int schedparam; member 94 .schedparam = spa, \ 306 if (scenarii[i].schedparam != 0) { in scenar_init() 315 if (scenarii[i].schedparam == 1) in scenar_init() 317 if (scenarii[i].schedparam == -1) in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
H A D | threads_scenarii.c | 34 int schedparam; /* 0 => default sched param; 1 => max value for sched param; -1 => min value for sched param */ member 51 .schedparam=spa, \ 326 if (scenarii[i].schedparam != 0) { in scenar_init() 336 if (scenarii[i].schedparam == 1) in scenar_init() 338 if (scenarii[i].schedparam == -1) in scenar_init()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | _pthreadtypes.h | 60 struct sched_param schedparam; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | alltypes.h | 410 struct sched_param schedparam; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | alltypes.h | 361 struct sched_param schedparam; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | alltypes.h | 101 struct sched_param schedparam; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | alltypes.h | 410 struct sched_param schedparam; member
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 6111 struct sched_param schedparam; in parse_posix_spawn_flags() local 6118 if (!convert_sched_param(module, schedparam_obj, &schedparam)) { in parse_posix_spawn_flags() 6134 errno = posix_spawnattr_setschedparam(attrp, &schedparam); in parse_posix_spawn_flags()
|