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

  /external/ltp/include/
tst_checkpoint.h 27 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, 1);
30 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, nr_wake);
33 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, 1); \
tst_checkpoint_fn.h 50 void tst_safe_checkpoint_wake(const char *file, const int lineno,
  /external/ltp/include/old/
old_checkpoint.h 46 #define TST_SAFE_CHECKPOINT_WAKE(cleanup_fn, id) \
47 tst_safe_checkpoint_wake(__FILE__, __LINE__, cleanup_fn, id, 1);
50 tst_safe_checkpoint_wake(__FILE__, __LINE__, cleanup_fn, id, nr_wake);
53 tst_safe_checkpoint_wake(__FILE__, __LINE__, cleanup_fn, id, 1); \
  /external/ltp/lib/
tst_checkpoint.c 140 void tst_safe_checkpoint_wake(const char *file, const int lineno, function

Completed in 1563 milliseconds