github.com/sagernet/gvisor@v0.0.0-20240428053021-e691de28565f/pkg/sync/sync.go (about)

     1  // Copyright 2019 The gVisor Authors.
     2  //
     3  // Use of this source code is governed by a BSD-style
     4  // license that can be found in the LICENSE file.
     5  
     6  // Package sync provides synchronization primitives.
     7  //
     8  // +checkalignedignore
     9  package sync