Files
gvisor/pkg/sync
Ayush Ranjan 7e395bbbd4 Plumb restore context to load*() methods.
This allows for external information to be passed to restore code.
Similar to c087777e37 ("Plumb restore context to afterLoad()").

Updates #1956.

PiperOrigin-RevId: 614125262
2024-03-08 20:28:02 -08:00
..
2020-03-25 10:55:22 -07:00
2020-01-09 22:02:24 -08:00
2020-07-12 17:22:08 -07:00
2023-10-25 12:13:42 -07:00
2023-10-25 12:13:42 -07:00
2022-05-17 17:48:35 -07:00

sync

This package provides additional synchronization primitives not provided by the Go stdlib 'sync' package. It is partially derived from the upstream 'sync' package from go1.10.