Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c930 PyObject *SchedParamType; member
2218 Py_CLEAR(state->SchedParamType); in _posix_clear()
2243 Py_VISIT(state->SchedParamType); in _posix_traverse()
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() local
6803 result = PyStructSequence_New((PyTypeObject *)SchedParamType); in os_sched_getparam_impl()
15413 PyObject *SchedParamType = (PyObject *)PyStructSequence_NewType(&sched_param_desc); in posixmodule_exec() local
15414 if (SchedParamType == NULL) { in posixmodule_exec()
15417 Py_INCREF(SchedParamType); in posixmodule_exec()
15418 PyModule_AddObject(m, "sched_param", SchedParamType); in posixmodule_exec()
[all …]
/external/python/cpython3/Tools/c-analyzer/
DTODO672 Modules/posixmodule.c:SchedParamType static PyTypeObject* SchedParamType
Dknown.tsv1618 Modules/posixmodule.c - SchedParamType variable static PyTypeObject* SchedParamType