Searched refs:_Py_PARSE_PID (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Include/ |
D | longobject.h | 40 #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/ |
D | resource.c.h | 108 if (!PyArg_ParseTuple(args, "" _Py_PARSE_PID "i:prlimit", &pid, &resource)) { in resource_prlimit() 113 if (!PyArg_ParseTuple(args, "" _Py_PARSE_PID "iO:prlimit", &pid, &resource, &limits)) { in resource_prlimit()
|
D | posixmodule.c.h | 2008 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_getscheduler", &pid)) { in os_sched_getscheduler() 2079 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "iO&:sched_setscheduler", in os_sched_setscheduler() 2114 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_getparam", &pid)) { in os_sched_getparam() 2150 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "O&:sched_setparam", in os_sched_setparam() 2185 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_rr_get_interval", &pid)) { in os_sched_rr_get_interval() 2245 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "O:sched_setaffinity", in os_sched_setaffinity() 2279 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_getaffinity", &pid)) { in os_sched_getaffinity() 2471 static _PyArg_Parser _parser = {"" _Py_PARSE_PID ":getpgid", _keywords, 0}; in os_getpgid() 2620 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "n:kill", in os_kill() 2653 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "i:killpg", in os_killpg() [all …]
|