Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 2 of 2) sorted by relevance

/support/
A Dsupport_record_failure.c40 unsigned int failed; member
69 __atomic_store_n (&state->failed, 1, __ATOMIC_RELEASE); in support_record_failure()
87 bool failed = __atomic_load_n (&state->failed, __ATOMIC_RELAXED); in support_report_failure() local
88 if (failed) in support_report_failure()
92 if ((status == 0 || status == EXIT_UNSUPPORTED) && failed) in support_report_failure()
104 __atomic_store_n (&state->failed, 0, __ATOMIC_RELAXED); in support_record_failure_reset()
113 return __atomic_load_n (&state->failed, __ATOMIC_RELAXED); in support_record_failure_is_failed()
A Dsupport_capture_subprocess_check.c26 print_context (const char *context, bool *failed) in print_context() argument
28 if (*failed) in print_context()
60 bool failed = false; in support_capture_subprocess_check() local
67 print_context (context, &failed); in support_capture_subprocess_check()
78 print_context (context, &failed); in support_capture_subprocess_check()
86 print_context (context, &failed); in support_capture_subprocess_check()
93 print_context (context, &failed); in support_capture_subprocess_check()

Completed in 4 milliseconds