Searched refs:RLIMIT_CPU (Results 1 – 2 of 2) sorted by relevance
85 #define RLIMIT_CPU 0 /* cpu time in milliseconds */ macro
253 #ifdef RLIMIT_CPU in initresource()254 PyModule_AddIntConstant(m, "RLIMIT_CPU", RLIMIT_CPU); in initresource()