HomeSort by relevance Sort by last modified time
    Searched refs:safe_getrusage (Results 1 - 4 of 4) sorted by null

  /external/ltp/include/
safe_macros_fn.h 48 int safe_getrusage(const char *file, const int lineno,
tst_safe_macros.h 75 #define SAFE_GETRUSAGE(who, usage) \
76 safe_getrusage(__FILE__, __LINE__, NULL, (who), (usage))
  /external/ltp/include/old/
safe_macros.h 47 #define SAFE_GETRUSAGE(cleanup_fn, who, usage) \
48 safe_getrusage(__FILE__, __LINE__, (cleanup_fn), (who), (usage))
  /external/ltp/lib/
safe_macros.c 130 safe_getrusage(const char *file, const int lineno, void (*cleanup_fn) (void), function

Completed in 54 milliseconds