Lines Matching refs:get_posix_state
1006 get_posix_state(PyObject *module)
2318 _posixstate *state = get_posix_state(module);
2343 _posixstate *state = get_posix_state(module);
2383 s_in_ns = PyNumber_Multiply(s, get_posix_state(module)->billion);
2416 PyObject *StatResultType = get_posix_state(module)->StatResultType;
5209 PyObject *UnameResultType = get_posix_state(module)->UnameResultType;
5443 divmod = PyNumber_Divmod(py_long, get_posix_state(module)->billion);
7001 if (!Py_IS_TYPE(param, (PyTypeObject *)get_posix_state(module)->SchedParamType)) {
7077 PyObject *SchedParamType = get_posix_state(module)->SchedParamType;
8378 struct_rusage = PyObject_GetAttr(m, get_posix_state(module)->struct_rusage);
8536 PyObject *WaitidResultType = get_posix_state(module)->WaitidResultType;
9062 PyObject *TimesResultType = get_posix_state(module)->TimesResultType;
11418 PyObject *StatVFSResultType = get_posix_state(module)->StatVFSResultType;
13401 PyObject *TerminalSizeType = get_posix_state(module)->TerminalSizeType;
13822 _posixstate* state = get_posix_state(PyType_GetModule(defining_class));
14050 PyObject *DirEntryType = get_posix_state(module)->DirEntryType;
14138 PyObject *DirEntryType = get_posix_state(module)->DirEntryType;
14474 PyObject *ScandirIteratorType = get_posix_state(module)->ScandirIteratorType;
15856 _posixstate *state = get_posix_state(m);