Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4706 os_WIFSIGNALED_impl(PyObject *module, int status);
4721 _return_value = os_WIFSIGNALED_impl(module, status); in os_WIFSIGNALED()
/external/python/cpython3/Modules/
Dposixmodule.c9444 os_WIFSIGNALED_impl(PyObject *module, int status) in os_WIFSIGNALED_impl() function