Searched refs:RLIMIT_STACK (Results 1 – 3 of 3) sorted by relevance
88 #define RLIMIT_STACK 3 /* stack size */ macro
265 #ifdef RLIMIT_STACK in initresource()266 PyModule_AddIntConstant(m, "RLIMIT_STACK", RLIMIT_STACK); in initresource()
201 soft, hard = resource.getrlimit(resource.RLIMIT_STACK)203 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))