Home | History | Annotate | Download | only in msan

Lines Matching refs:getrusage

891 INTERCEPTOR(int, getrusage, int who, void *usage) {
893 int res = REAL(getrusage)(who, usage);
1257 INTERCEPT_FUNCTION(getrusage);