Module runtime

Module runtime 

Source
Expand description

Runtime configuration primitives shared by eval and probe.

eval calls probe::attempt_auto_repro from its failure path, so items shared between the two siblings live here to avoid a circular import chain. All items are pub(crate) and remain internal to test_support.

Functionsยง

bypass_llc_locks_active
True when KTSTR_BYPASS_LLC_LOCKS is set to a NON-EMPTY value.