gvisor/pkg/sentry/time
Ian Gudger 27500d529f New sync package.
* Rename syncutil to sync.
* Add aliases to sync types.
* Replace existing usage of standard library sync package.

This will make it easier to swap out synchronization primitives. For example,
this will allow us to use primitives from github.com/sasha-s/go-deadlock to
check for lock ordering violations.

Updates #1472

PiperOrigin-RevId: 289033387
2020-01-09 22:02:24 -08:00
..
BUILD New sync package. 2020-01-09 22:02:24 -08:00
LICENSE Add muldiv/rd_tsc support for arm64 platform. 2019-01-30 11:49:08 -08:00
arith_arm64.go Add muldiv/rd_tsc support for arm64 platform. 2019-01-30 11:49:08 -08:00
calibrated_clock.go New sync package. 2020-01-09 22:02:24 -08:00
calibrated_clock_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
clock_id.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
clocks.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
muldiv_amd64.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
muldiv_arm64.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
parameters.go Update canonical repository. 2019-06-13 16:50:15 -07:00
parameters_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sampler.go Update canonical repository. 2019-06-13 16:50:15 -07:00
sampler_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sampler_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
tsc_amd64.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
tsc_arm64.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00