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

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 209 void __tsan_free(uptr p, uptr sz) { function
  /prebuilts/go/darwin-x86/src/runtime/
race.go 167 //go:linkname __tsan_free __tsan_free
168 var __tsan_free byte var
198 //go:cgo_import_static __tsan_free
339 racecall(&__tsan_free, uintptr(p), sz, 0, 0)
  /prebuilts/go/linux-x86/src/runtime/
race.go 167 //go:linkname __tsan_free __tsan_free
168 var __tsan_free byte var
198 //go:cgo_import_static __tsan_free
339 racecall(&__tsan_free, uintptr(p), sz, 0, 0)

Completed in 38 milliseconds