Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h2847 os_sched_param_impl(PyTypeObject *type, PyObject *sched_priority);
2865 return_value = os_sched_param_impl(type, sched_priority); in os_sched_param()
/external/python/cpython3/Modules/
Dposixmodule.c6694 os_sched_param_impl(PyTypeObject *type, PyObject *sched_priority) in os_sched_param_impl() function