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