Example #1
0
File: race.go Project: hfeeki/go
func GoEnd(goid int32) {
	C.__tsan_go_end(C.int(goid))
}
Example #2
0
func GoEnd(racectx uintptr) {
	C.__tsan_go_end(unsafe.Pointer(racectx))
}