Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3066 os_sched_getaffinity_impl(PyObject *module, pid_t pid);
3077 return_value = os_sched_getaffinity_impl(module, pid); in os_sched_getaffinity()
/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c7242 os_sched_getaffinity_impl(PyObject *module, pid_t pid) in os_sched_getaffinity_impl() function