resource.h-data

来自「glibc2.5版源代码」· H-DATA 代码 · 共 51 行

H-DATA
51
字号
constant PRIO_PROCESSconstant PRIO_PGRPconstant PRIO_USERtype rlim_tconstant RLIM_INFINITYconstant RLIM_SAVED_MAXconstant RLIM_SAVED_CURconstant RUSAGE_SELFconstant RUSAGE_CHILDRENtype {struct rlimit}element {struct rlimit} rlim_t rlim_curelement {struct rlimit} rlim_t rlim_maxtype {struct rusage}element {struct rusage} {struct timeval} ru_utimeelement {struct rusage} {struct timeval} ru_stimetype {struct timeval}constant RLIMIT_COREconstant RLIMIT_CPUconstant RLIMIT_DATAconstant RLIMIT_FSIZEconstant RLIMIT_NOFILEconstant RLIMIT_STACKconstant RLIMIT_ASfunction int getpriority (int, id_t)function int getrlimit (int, struct rlimit*)function int getrusage (int, struct rusage*)function int setpriority (int, id_t, int)function int setrlimit (int, const struct rlimit*)type id_tallow-header sys/time.hallow rlim_*allow ru_*allow PRIO_*allow RLIM_*allow RLIMIT_*allow RUSAGE_*allow *_t

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?