2012-03-02 21:01:37 +01:00
|
|
|
// Copyright 2012 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
package sync
|
|
|
|
|
|
|
|
// Export for testing.
|
|
|
|
var Runtime_Semacquire = runtime_Semacquire
|
|
|
|
var Runtime_Semrelease = runtime_Semrelease
|
2015-10-31 01:59:47 +01:00
|
|
|
|
|
|
|
const RaceEnabled = raceenabled
|