Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c125 #define PyLong_AsPid PyInt_AsLong macro
129 #define PyLong_AsPid PyInt_AsLong macro
133 #define PyLong_AsPid PyInt_AsLongLong macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c124 #define PyLong_AsPid PyInt_AsLong macro
128 #define PyLong_AsPid PyInt_AsLong macro
132 #define PyLong_AsPid PyInt_AsLongLong macro
3267 pipe_pid = (pid_t) PyLong_AsPid(pidObj); in _PyPclose()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c318 #define PyLong_AsPid PyInt_AsLong macro
322 #define PyLong_AsPid PyInt_AsLong macro
326 #define PyLong_AsPid PyInt_AsLongLong macro
4857 pipe_pid = (pid_t) PyLong_AsPid(pidObj); in _PyPclose()