Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dresource.h88 #define RLIMIT_STACK 3 /* stack size */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dresource.c265 #ifdef RLIMIT_STACK in initresource()
266 PyModule_AddIntConstant(m, "RLIMIT_STACK", RLIMIT_STACK); in initresource()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py201 soft, hard = resource.getrlimit(resource.RLIMIT_STACK)
203 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))