Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c5565 static PyStructSequence_Desc sched_param_desc = { variable
13505 sched_param_desc.name = MODNAME ".sched_param"; in INITFUNC()
13506 if (PyStructSequence_InitType2(&SchedParamType, &sched_param_desc) < 0) in INITFUNC()