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 211 //go:linkname __tsan_map_shadow __tsan_map_shadow
212 var __tsan_map_shadow byte var
252 //go:cgo_import_static __tsan_map_shadow
348 racecall(&__tsan_map_shadow, start, size, 0, 0)
388 racecall(&__tsan_map_shadow, uintptr(addr), size, 0, 0)
  /prebuilts/go/linux-x86/src/runtime/
race.go 211 //go:linkname __tsan_map_shadow __tsan_map_shadow
212 var __tsan_map_shadow byte var
252 //go:cgo_import_static __tsan_map_shadow
348 racecall(&__tsan_map_shadow, start, size, 0, 0)
388 racecall(&__tsan_map_shadow, uintptr(addr), size, 0, 0)

Completed in 71 milliseconds