Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/os/
H A Dfailure_retry.h21 #ifndef TEMP_FAILURE_RETRY
23 #define TEMP_FAILURE_RETRY(exp) \ macro
34 #define PANDA_FAILURE_RETRY(exp) (__extension__ TEMP_FAILURE_RETRY(exp))
36 // Windows Os does not support TEMP_FAILURE_RETRY macro
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dfailure_retry.h21 #ifndef TEMP_FAILURE_RETRY
23 #define TEMP_FAILURE_RETRY(exp) \ macro
34 #define PANDA_FAILURE_RETRY(exp) (__extension__ TEMP_FAILURE_RETRY(exp))
36 // Windows Os does not support TEMP_FAILURE_RETRY macro

Completed in 1 milliseconds