Searched defs:TEMP_FAILURE_RETRY (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dmacros.h21 #include <unistd.h> // for TEMP_FAILURE_RETRY
23 // bionic and glibc both have TEMP_FAILURE_RETRY, but eg Mac OS' libc doesn't.
24 #ifndef TEMP_FAILURE_RETRY
25 #define TEMP_FAILURE_RETRY(exp) ({ \ macro

Completed in 68 milliseconds