github.com/ActiveState/go@v0.0.0-20170614201249-0b81c023a722/src/runtime/relax_stub.go (about)

     1  // Copyright 2017 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // +build !windows
     6  
     7  package runtime
     8  
     9  // osRelax is called by the scheduler when transitioning to and from
    10  // all Ps being idle.
    11  func osRelax(relax bool) {}