Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/unit/mocks/
H A Dmock_thread.c106 const char *checker_env = getenv("FIBERS_CHECK_RACES"); in initialize_fiber_settings() local
107 if (checker_env != NULL) { in initialize_fiber_settings()
118 ut_fibers_use_data_race_checker = atoi(checker_env); in initialize_fiber_settings()