gvisor/pkg/context
Adin Scannell dedb7e6ca1 Align Context API with kernel internals.
This change adapts the existing context to use more suitable non-channel-based
methods. This is a requisite for migrating the kernel internals to a
sleeper-based notification mechanism.

The last uses of amutex outside those migrated as part of this change were
dropped in a previous change. Since amutex depends on the channel-based
implementation, this package is also deleted as part of this change.

PiperOrigin-RevId: 415189675
2021-12-08 23:51:37 -08:00
..
BUILD Align Context API with kernel internals. 2021-12-08 23:51:37 -08:00
context.go Align Context API with kernel internals. 2021-12-08 23:51:37 -08:00