Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10433356
race.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
587 B
Subscribers
None
race.go
View Options
// 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.
// +build windows,race
package
windows
import
(
"runtime"
"unsafe"
)
const
raceenabled
=
true
func
raceAcquire
(
addr
unsafe
.
Pointer
)
{
runtime
.
RaceAcquire
(
addr
)
}
func
raceReleaseMerge
(
addr
unsafe
.
Pointer
)
{
runtime
.
RaceReleaseMerge
(
addr
)
}
func
raceReadRange
(
addr
unsafe
.
Pointer
,
len
int
)
{
runtime
.
RaceReadRange
(
addr
,
len
)
}
func
raceWriteRange
(
addr
unsafe
.
Pointer
,
len
int
)
{
runtime
.
RaceWriteRange
(
addr
,
len
)
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 3:11 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3137559
Attached To
rWCLI writeas-cli
Event Timeline
Log In to Comment