Searched refs:fibers_abort_on_error (Results 1 – 5 of 5) sorted by relevance
215 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()
41 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(); …
55 int fibers_abort_on_error = 0; variable
68 fibers_abort_on_error = (val); \
93 fibers_abort_on_error = atoi(err_env); in initialize_fiber_settings()