Home
last modified time | relevance | path

Searched refs:fibers_abort_on_error (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/tests/unit/mocks/fibers/
H A Dchecker.c215 if (fibers_abort_on_error) { in report_race()
230 if (fibers_abort_on_error) { in report_missing_race()
245 if (fibers_abort_on_error) { in report_value_race()
H A Dfibers.h41 extern int fibers_abort_on_error; // By default do not stop execution at errors, set to not 0 to ab…
118 …if (fibers_abort_on_error) abort(); …
H A Dfibers.c55 int fibers_abort_on_error = 0; variable
/xnu-12377.81.4/tests/unit/mocks/
H A Dmock_thread.h68 fibers_abort_on_error = (val); \
H A Dmock_thread.c93 fibers_abort_on_error = atoi(err_env); in initialize_fiber_settings()