Home
last modified time | relevance | path

Searched refs:schedparam (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawnattr_sched.c7 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 Dposix_spawnattr_sched.c7 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 Dthreads_scenarii.c34 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 Dthreads_scenarii.c34 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 Dthreads_scenarii.c49 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 Dthreads_scenarii.c34 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.h60 struct sched_param schedparam; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h410 struct sched_param schedparam; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dalltypes.h361 struct sched_param schedparam; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dalltypes.h101 struct sched_param schedparam; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h410 struct sched_param schedparam; member
/third_party/python/Modules/
H A Dposixmodule.c6111 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()

Completed in 26 milliseconds