gvisor/pkg/sentry/platform
Andrei Vagin 6a8ff6daef kvm: wake up all waiter of vCPU.state
Now we call FUTEX_WAKE with ^uintptr(0) of waiters, but in this case only one
waiter will be waked up. If we want to wake up all of them, the number of
waiters has to be set to math.MaxInt32.

PiperOrigin-RevId: 258285286
2019-07-15 19:27:18 -07:00
..
interrupt Update canonical repository. 2019-06-13 16:50:15 -07:00
kvm kvm: wake up all waiter of vCPU.state 2019-07-15 19:27:18 -07:00
ptrace Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
ring0 tss: block userspace access to all I/O ports. 2019-07-09 22:21:56 -07:00
safecopy Update canonical repository. 2019-06-13 16:50:15 -07:00
BUILD Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00
context.go Update canonical repository. 2019-06-13 16:50:15 -07:00
mmap_min_addr.go Update canonical repository. 2019-06-13 16:50:15 -07:00
platform.go Avoid importing platforms from many source files 2019-07-03 22:51:26 -07:00