Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c1006 get_posix_state(PyObject *module) in get_posix_state() function
2318 _posixstate *state = get_posix_state(module); in _posix_clear()
2343 _posixstate *state = get_posix_state(module); in _posix_traverse()
2383 s_in_ns = PyNumber_Multiply(s, get_posix_state(module)->billion); in fill_time()
2416 PyObject *StatResultType = get_posix_state(module)->StatResultType; in _pystat_fromstructstat()
5209 PyObject *UnameResultType = get_posix_state(module)->UnameResultType; in os_uname_impl()
5443 divmod = PyNumber_Divmod(py_long, get_posix_state(module)->billion); in split_py_long_to_s_and_ns()
7001 if (!Py_IS_TYPE(param, (PyTypeObject *)get_posix_state(module)->SchedParamType)) { in convert_sched_param()
7077 PyObject *SchedParamType = get_posix_state(module)->SchedParamType; in os_sched_getparam_impl()
8378 struct_rusage = PyObject_GetAttr(m, get_posix_state(modul in wait_helper()
[all...]

Completed in 16 milliseconds