예제 #1
0
파일: race.go 프로젝트: hfeeki/go
func GoEnd(goid int32) {
	C.__tsan_go_end(C.int(goid))
}
예제 #2
0
파일: race.go 프로젝트: pkdevboxy/appscale
func GoEnd(racectx uintptr) {
	C.__tsan_go_end(unsafe.Pointer(racectx))
}