Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dlongobject.h40 #define _Py_PARSE_PID "i" macro
44 #define _Py_PARSE_PID "l" macro
48 #define _Py_PARSE_PID "L" macro
/external/python/cpython3/Modules/clinic/
Dresource.c.h129 if (!PyArg_ParseTuple(args, "" _Py_PARSE_PID "i:prlimit", &pid, &resource)) { in resource_prlimit()
134 if (!PyArg_ParseTuple(args, "" _Py_PARSE_PID "iO:prlimit", &pid, &resource, &limits)) { in resource_prlimit()
Dposixmodule.c.h2824 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_getscheduler", &pid)) { in os_sched_getscheduler()
2899 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "iO&:sched_setscheduler", in os_sched_setscheduler()
2934 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_getparam", &pid)) { in os_sched_getparam()
2970 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "O&:sched_setparam", in os_sched_setparam()
3005 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_rr_get_interval", &pid)) { in os_sched_rr_get_interval()
3065 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "O:sched_setaffinity", in os_sched_setaffinity()
3099 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_getaffinity", &pid)) { in os_sched_getaffinity()
3291 static _PyArg_Parser _parser = {"" _Py_PARSE_PID ":getpgid", _keywords, 0}; in os_getpgid()
3440 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "n:kill", in os_kill()
3473 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "i:killpg", in os_killpg()
[all …]