Skip to main content

Module forkpoint

Module forkpoint 

Source
Expand description

Stable guest paths used to coordinate a live fork.

Constantsยง

CUDA_PRELOAD_MODULES_HINT
Optional readiness-marker capability requesting eager clone module loading.
FORK_ENV_PATH
Per-clone environment installed by the host before workload release.
HELPER_PATH
Workload-facing helper installed in bare VMs and workload containers.
READY_PATH
Marker written by the workload when it reaches a safe fork boundary.
READY_VERSION
First line of every supported forkpoint readiness marker.
RELEASE_PATH
Marker written by the host after a clone is ready to resume.
RESTORED_PATH
Marker written after a restored clone can safely enter ordinary timed waits.
STATE_DIR
Directory privately inherited by each restored VM.
WORKER_READY_HELPER_PATH
Helper used by a released workload after clone-local preparation finishes.
WORKER_READY_PATH
Marker written after a released worker finishes clone-local preparation.
WORKER_READY_TOKEN_ENV
Host-generated readiness token delivered through FORK_ENV_PATH.