Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dresource.h89 #define RLIMIT_CORE 4 /* core file size */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dresource.c269 #ifdef RLIMIT_CORE in initresource()
270 PyModule_AddIntConstant(m, "RLIMIT_CORE", RLIMIT_CORE); in initresource()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_subprocess.py628 self.old_limit = resource.getrlimit(resource.RLIMIT_CORE)
629 resource.setrlimit(resource.RLIMIT_CORE, (0, 0))
653 resource.setrlimit(resource.RLIMIT_CORE, self.old_limit)