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

/art/runtime/base/
H A Dmacros.h147 // bionic and glibc both have TEMP_FAILURE_RETRY, but Mac OS' libc doesn't.
148 #ifndef TEMP_FAILURE_RETRY
149 #define TEMP_FAILURE_RETRY(exp) ({ \ macro

Completed in 43 milliseconds