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