Lines Matching refs:PHP_RUSAGE_PARA
210 #define PHP_RUSAGE_PARA(from, to, field) \ macro
214 PHP_RUSAGE_PARA(from, to, ru_oublock); \
215 PHP_RUSAGE_PARA(from, to, ru_inblock); \
216 PHP_RUSAGE_PARA(from, to, ru_msgsnd); \
217 PHP_RUSAGE_PARA(from, to, ru_msgrcv); \
218 PHP_RUSAGE_PARA(from, to, ru_maxrss); \
219 PHP_RUSAGE_PARA(from, to, ru_ixrss); \
220 PHP_RUSAGE_PARA(from, to, ru_idrss); \
221 PHP_RUSAGE_PARA(from, to, ru_minflt); \
222 PHP_RUSAGE_PARA(from, to, ru_majflt); \
223 PHP_RUSAGE_PARA(from, to, ru_nsignals); \
224 PHP_RUSAGE_PARA(from, to, ru_nvcsw); \
225 PHP_RUSAGE_PARA(from, to, ru_nivcsw); \
226 PHP_RUSAGE_PARA(from, to, ru_nswap);
232 PHP_RUSAGE_PARA(from, to, ru_utime.tv_usec); \
233 PHP_RUSAGE_PARA(from, to, ru_utime.tv_sec); \
234 PHP_RUSAGE_PARA(from, to, ru_stime.tv_usec); \
235 PHP_RUSAGE_PARA(from, to, ru_stime.tv_sec);
348 #undef PHP_RUSAGE_PARA