Searched defs: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/
H A 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/
H A 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);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A 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);

Completed in 49 milliseconds