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 309 static inline int safe_setrlimit(const char *file, const int lineno, function
324 #define SAFE_SETRLIMIT(cleanup_fn, resource, rlim) \
325 safe_setrlimit(__FILE__, __LINE__, (cleanup_fn), (resource), (rlim))
  /external/ltp/include/
tst_safe_macros.h 360 static inline int safe_setrlimit(const char *file, const int lineno, function
375 #define SAFE_SETRLIMIT(resource, rlim) \
376 safe_setrlimit(__FILE__, __LINE__, (resource), (rlim))

Completed in 4884 milliseconds