Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/unit/mocks/
H A Dmock_thread.c101 const char *prob_env = getenv("FIBERS_MAY_YIELD_PROB"); in initialize_fiber_settings() local
102 if (prob_env != NULL) { in initialize_fiber_settings()
103 fibers_may_yield_probability = atoi(prob_env); in initialize_fiber_settings()