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

  /external/ltp/include/old/
safe_macros.h 304 static inline int safe_setrlimit(const char *file, const int lineno, function
319 #define SAFE_SETRLIMIT(cleanup_fn, resource, rlim) \
320 safe_setrlimit(__FILE__, __LINE__, (cleanup_fn), (resource), (rlim))
  /external/ltp/include/
tst_safe_macros.h 362 static inline int safe_setrlimit(const char *file, const int lineno, function
377 #define SAFE_SETRLIMIT(resource, rlim) \
378 safe_setrlimit(__FILE__, __LINE__, (resource), (rlim))

Completed in 269 milliseconds