Searched refs:TEMP_FAILURE_RETRY (Results 1 – 2 of 2) sorted by relevance
47 TEMP_FAILURE_RETRY(close(fd));
182 #ifndef TEMP_FAILURE_RETRY184 #define TEMP_FAILURE_RETRY(exp) ({ \ macro