Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h1122 os_nice_impl(PyObject *module, int increment);
1133 return_value = os_nice_impl(module, increment); in os_nice()
/external/python/cpython3/Modules/
Dposixmodule.c3964 os_nice_impl(PyObject *module, int increment) in os_nice_impl() function