Searched refs:convert_sched_param (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | posixmodule.c | 6017 convert_sched_param(PyObject *module, PyObject *param, struct sched_param *res); 6118 if (!convert_sched_param(module, schedparam_obj, &schedparam)) { in parse_posix_spawn_flags() 6997 convert_sched_param(PyObject *module, PyObject *param, struct sched_param *res) in convert_sched_param() function 7039 if (!convert_sched_param(module, param_obj, ¶m)) { in os_sched_setscheduler_impl() 7108 if (!convert_sched_param(module, param_obj, ¶m)) { in os_sched_setparam_impl()
|
Completed in 16 milliseconds