Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c1155 posix_nice(PyObject *self, PyObject *args) in posix_nice() function
6850 {"nice", posix_nice, METH_VARARGS, posix_nice__doc__},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c2543 posix_nice(PyObject *self, PyObject *args) in posix_nice() function
8714 {"nice", posix_nice, METH_VARARGS, posix_nice__doc__},