[][src]Module pagecache::debug

Debug helps test concurrent issues with random jitter and other instruments.

Functions

debug_delay

This function is useful for inducing random jitter into our atomic operations, shaking out more possible interleavings quickly. It gets fully eliminated by the compiler in non-test code.