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

  /external/compiler-rt/lib/tsan/go/
test.c 27 void __tsan_write(void *thr, void *addr, void *pc);
72 __tsan_write(thr1, buf, (char*)&barfoo + 1);
tsan_go.cc 174 void __tsan_write(ThreadState *thr, void *addr, void *pc) { function
  /prebuilts/go/darwin-x86/src/runtime/
race_amd64.s 71 // void __tsan_write(ThreadState *thr, void *addr, void *pc);
72 MOVQ $__tsan_write(SB), AX
race.go 210 //go:cgo_import_static __tsan_write
  /prebuilts/go/linux-x86/src/runtime/
race_amd64.s 71 // void __tsan_write(ThreadState *thr, void *addr, void *pc);
72 MOVQ $__tsan_write(SB), AX
race.go 210 //go:cgo_import_static __tsan_write

Completed in 413 milliseconds