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

  /external/compiler-rt/lib/tsan/go/
test.c 19 void __tsan_map_shadow(void *addr, unsigned long size);
58 __tsan_map_shadow(buf, 4096);
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 213 milliseconds