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

  /external/ltp/include/old/
safe_macros.h 163 static inline void *safe_mmap(const char *file, const int lineno, function
179 #define SAFE_MMAP(cleanup_fn, addr, length, prot, flags, fd, offset) \
180 safe_mmap(__FILE__, __LINE__, (cleanup_fn), (addr), (length), (prot), \
  /external/ltp/include/
tst_safe_macros.h 239 static inline void *safe_mmap(const char *file, const int lineno, function
254 #define SAFE_MMAP(addr, length, prot, flags, fd, offset) \
255 safe_mmap(__FILE__, __LINE__, (addr), (length), (prot), \

Completed in 82 milliseconds