Home
last modified time | relevance | path

Searched refs:dwProcessFlags (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c3519 DWORD dwProcessFlags = 0; /* no NEW_CONSOLE by default for Ctrl+C handling */ in _PyPopenCreateProcess() local
3623 dwProcessFlags |= CREATE_NEW_CONSOLE; in _PyPopenCreateProcess()
3649 dwProcessFlags, in _PyPopenCreateProcess()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c5109 DWORD dwProcessFlags = 0; /* no NEW_CONSOLE by default for Ctrl+C handling */ in _PyPopenCreateProcess() local
5213 dwProcessFlags |= CREATE_NEW_CONSOLE; in _PyPopenCreateProcess()
5239 dwProcessFlags, in _PyPopenCreateProcess()