package race
Import Path
internal/race (on go.dev)
Dependency Relation
imports one package, and imported by 4 packages
Involved Source Files
Package race contains helper functions for manually instrumenting code for the race detector.
The runtime package intentionally exports these functions only in the race build;
this package exports them unconditionally but without the "race" build tag they are no-ops.
norace.go
Package-Level Functions (total 10)
func Disable() func Enable() func ReleaseMerge(addr unsafe.Pointer) func WriteRange(addr unsafe.Pointer, len int)
Package-Level Constants (only one)
const Enabled = false
The pages are generated with Golds v0.7.0-preview. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |