Searched refs:TST_CHECK_ENOSPC (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/lib/ | ||
H A D | tst_test.c | 446 #define TST_CHECK_ENOSPC(x) ((x) >= 0 || !(errno == ENOSPC)) macro 456 pid = TST_RETRY_FUNC(tst_clone(args), TST_CHECK_ENOSPC); in safe_clone() |
Completed in 2 milliseconds