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

  /external/ltp/include/old/
safe_macros.h 168 static inline void *safe_mmap(const char *file, const int lineno, function
184 #define SAFE_MMAP(cleanup_fn, addr, length, prot, flags, fd, offset) \
185 safe_mmap(__FILE__, __LINE__, (cleanup_fn), (addr), (length), (prot), \
  /external/ltp/include/
tst_safe_macros.h 220 static inline void *safe_mmap(const char *file, const int lineno, function
235 #define SAFE_MMAP(addr, length, prot, flags, fd, offset) \
236 safe_mmap(__FILE__, __LINE__, (addr), (length), (prot), \

Completed in 48 milliseconds