HomeSort by relevance Sort by last modified time
    Searched defs:__tsan_go_end (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 220 void __tsan_go_end(ThreadState *thr) { function
  /prebuilts/go/darwin-x86/src/runtime/
race.go 161 //go:linkname __tsan_go_end __tsan_go_end
162 var __tsan_go_end byte var
196 //go:cgo_import_static __tsan_go_end
359 racecall(&__tsan_go_end, getg().racectx, 0, 0, 0)
  /prebuilts/go/linux-x86/src/runtime/
race.go 161 //go:linkname __tsan_go_end __tsan_go_end
162 var __tsan_go_end byte var
196 //go:cgo_import_static __tsan_go_end
359 racecall(&__tsan_go_end, getg().racectx, 0, 0, 0)

Completed in 65 milliseconds