Skip to main content

Module kernel_mode

Module kernel_mode 

Source
Expand description

Kernel execution mode: controls determinism and replay/verify behavior.

In Replay and Verify modes, nondeterministic operations (clock, randomness, thread spawn) must be trapped so the same run yields an identical event stream.

Enumsยง

KernelMode
Runtime mode for the kernel: determines whether nondeterministic operations are allowed.