(_ixon_env: IxonEnv, _quiet: bool)
| 3680 | /// Opt-out for the parallel drop path: set `IX_SEQ_IXON_DROP=1` to fall back |
| 3681 | /// to single-threaded `drop` for measurement comparisons. |
| 3682 | #[cfg(not(target_arch = "riscv64"))] |
| 3683 | fn seq_ixon_drop_enabled() -> bool { |
| 3684 | crate::env_var_os("IX_SEQ_IXON_DROP").is_some() |
| 3685 | } |
| 3686 | |
| 3687 | #[cfg(not(target_arch = "riscv64"))] |
no test coverage detected