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