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

  /external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create_common.c 141 SAFE_CLOSE(TEST_RETURN);
172 safe_close(filename, lineno, NULL, fd);
299 safe_close(filename, lineno, NULL, fd);
425 safe_close(filename, lineno, NULL, fd2);
  /external/ltp/include/
safe_macros_fn.h 33 int safe_close(const char *file, const int lineno,
tst_safe_macros.h 42 #define SAFE_CLOSE(fd) do { \
43 safe_close(__FILE__, __LINE__, NULL, (fd)); \
  /external/ltp/include/old/
safe_macros.h 29 #define SAFE_CLOSE(cleanup_fn, fd) ({ \
30 int ret = safe_close(__FILE__, __LINE__, (cleanup_fn), (fd)); \
  /external/ltp/lib/
safe_macros.c 53 safe_close(const char *file, const int lineno, void (*cleanup_fn) (void), function

Completed in 104 milliseconds