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