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

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 158 void __tsan_map_shadow(uptr addr, uptr size) { function
  /prebuilts/go/darwin-x86/src/runtime/
race.go 152 //go:linkname __tsan_map_shadow __tsan_map_shadow
153 var __tsan_map_shadow byte var
193 //go:cgo_import_static __tsan_map_shadow
289 racecall(&__tsan_map_shadow, start, size, 0, 0)
329 racecall(&__tsan_map_shadow, uintptr(addr), size, 0, 0)
  /prebuilts/go/linux-x86/src/runtime/
race.go 152 //go:linkname __tsan_map_shadow __tsan_map_shadow
153 var __tsan_map_shadow byte var
193 //go:cgo_import_static __tsan_map_shadow
289 racecall(&__tsan_map_shadow, start, size, 0, 0)
329 racecall(&__tsan_map_shadow, uintptr(addr), size, 0, 0)

Completed in 46 milliseconds