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

  /external/ltp/include/old/
safe_macros.h 286 static inline int safe_getrlimit(const char *file, const int lineno, function
301 #define SAFE_GETRLIMIT(cleanup_fn, resource, rlim) \
302 safe_getrlimit(__FILE__, __LINE__, (cleanup_fn), (resource), (rlim))
  /external/ltp/include/
tst_safe_macros.h 344 static inline int safe_getrlimit(const char *file, const int lineno, function
359 #define SAFE_GETRLIMIT(resource, rlim) \
360 safe_getrlimit(__FILE__, __LINE__, (resource), (rlim))

Completed in 460 milliseconds