Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c7053 convert_sched_param(PyObject *module, PyObject *param, struct sched_param *res);
7154 if (!convert_sched_param(module, schedparam_obj, &schedparam)) { in parse_posix_spawn_flags()
8202 convert_sched_param(PyObject *module, PyObject *param, struct sched_param *res) in convert_sched_param() function
8244 if (!convert_sched_param(module, param_obj, &param)) { in os_sched_setscheduler_impl()
8313 if (!convert_sched_param(module, param_obj, &param)) { in os_sched_setparam_impl()