Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dresource.c.h68 resource_setrlimit_impl(PyObject *module, int resource, PyObject *limits);
85 return_value = resource_setrlimit_impl(module, resource, limits); in resource_setrlimit()
/third_party/python/Modules/
Dresource.c229 resource_setrlimit_impl(PyObject *module, int resource, PyObject *limits) in resource_setrlimit_impl() function