Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c948 get_posix_state(PyObject *module) in get_posix_state() function
2213 _posixstate *state = get_posix_state(module); in _posix_clear()
2238 _posixstate *state = get_posix_state(module); in _posix_traverse()
2278 s_in_ns = PyNumber_Multiply(s, get_posix_state(module)->billion); in fill_time()
2311 PyObject *StatResultType = get_posix_state(module)->StatResultType; in _pystat_fromstructstat()
4942 PyObject *UnameResultType = get_posix_state(module)->UnameResultType; in os_uname_impl()
5176 divmod = PyNumber_Divmod(py_long, get_posix_state(module)->billion); in split_py_long_to_s_and_ns()
6726 if (!Py_IS_TYPE(param, (PyTypeObject *)get_posix_state(module)->SchedParamType)) { in convert_sched_param()
6802 PyObject *SchedParamType = get_posix_state(module)->SchedParamType; in os_sched_getparam_impl()
8080 struct_rusage = PyObject_GetAttr(m, get_posix_state(module)->struct_rusage); in wait_helper()
[all …]