Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/unit/mocks/ !
H A Dmock_thread.c96 const char *verbose_env = getenv("FIBERS_LOG"); in initialize_fiber_settings() local
97 if (verbose_env != NULL) { in initialize_fiber_settings()
98 fibers_log_level = atoi(verbose_env); in initialize_fiber_settings()