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.h2031 os_sched_param_impl(PyTypeObject *type, PyObject *sched_priority);
2045 return_value = os_sched_param_impl(type, sched_priority); in os_sched_param()
/external/python/cpython3/Modules/
Dposixmodule.c5544 os_sched_param_impl(PyTypeObject *type, PyObject *sched_priority) in os_sched_param_impl() function