Home
last modified time | relevance | path

Searched refs:_Py_PARSE_PID (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/
H A Dlongobject.h35 #define _Py_PARSE_PID "i" macro
39 #define _Py_PARSE_PID "l" macro
43 #define _Py_PARSE_PID "L" macro
/third_party/python/Modules/clinic/
H A Dresource.c.h118 if (!PyArg_ParseTuple(args, "" _Py_PARSE_PID "i:prlimit", &pid, &resource)) { in resource_prlimit()
123 if (!PyArg_ParseTuple(args, "" _Py_PARSE_PID "iO:prlimit", &pid, &resource, &limits)) { in resource_prlimit()
H A Dposixmodule.c.h2800 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_getscheduler", &pid)) { in os_sched_getscheduler()
2875 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "iO:sched_setscheduler", in os_sched_setscheduler()
2910 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_getparam", &pid)) { in os_sched_getparam()
2945 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "O:sched_setparam", in os_sched_setparam()
2980 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_rr_get_interval", &pid)) { in os_sched_rr_get_interval()
3040 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "O:sched_setaffinity", in os_sched_setaffinity()
3074 if (!PyArg_Parse(arg, "" _Py_PARSE_PID ":sched_getaffinity", &pid)) { in os_sched_getaffinity()
3499 static _PyArg_Parser _parser = {"" _Py_PARSE_PID ":getpgid", _keywords, 0}; in os_getpgid()
3648 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID "n:kill", in os_kill()
3681 if (!_PyArg_ParseStack(args, nargs, "" _Py_PARSE_PID " in os_killpg()
[all...]
/third_party/python/Modules/
H A D_posixsubprocess.c857 args, "OOpO!OOiiiiiiiiii" _Py_PARSE_PID "OOOiOp:fork_exec", in subprocess_fork_exec()

Completed in 11 milliseconds