Lets
RLIMIT_CORE = int(cRLIMIT_CORE)
- Source Edit
RLIMIT_CPU = int(cRLIMIT_CPU)
- Source Edit
RLIMIT_DATA = int(cRLIMIT_DATA)
- Source Edit
RLIMIT_FSIZE = int(cRLIMIT_FSIZE)
- Source Edit
RLIMIT_MEMLOCK = int(cRLIMIT_MEMLOCK)
- Source Edit
RLIMIT_MSGQUEUE = int(cRLIMIT_MSGQUEUE)
- Source Edit
RLIMIT_NICE = int(cRLIMIT_NICE)
- Source Edit
RLIMIT_NOFILE = int(cRLIMIT_NOFILE)
- Source Edit
RLIMIT_NPROC = int(cRLIMIT_NPROC)
- Source Edit
RLIMIT_OFILE = int(cRLIMIT_OFILE)
- Source Edit
RLIMIT_RSS = int(cRLIMIT_RSS)
- Source Edit
RLIMIT_RTPRIO = int(cRLIMIT_RTPRIO)
- Source Edit
RLIMIT_RTTIME = int(cRLIMIT_RTTIME)
- Source Edit
RLIMIT_SIGPENDING = int(cRLIMIT_SIGPENDING)
- Source Edit
RLIMIT_STACK = int(cRLIMIT_STACK)
- Source Edit
RUSAGE_BOTH = int(cRUSAGE_BOTH)
- Source Edit
RUSAGE_CHILDREN = int(cRUSAGE_CHILDREN)
- Source Edit
RUSAGE_SELF = int(cRUSAGE_SELF)
- Source Edit
RUSAGE_THREAD = int(cRUSAGE_THREAD)
- Source Edit
Consts
RLIM_INFINITY = 0xFFFFFFFF'u
- Source Edit