Home
last modified time | relevance | path

Searched defs:PANDA_FAILURE_RETRY (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
Dfailure_retry.h34 #define PANDA_FAILURE_RETRY(exp) (__extension__ TEMP_FAILURE_RETRY(exp)) macro
37 #define PANDA_FAILURE_RETRY(exp) (exp) macro