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

  /external/compiler-rt/lib/tsan/go/
test.c 28 void __tsan_func_enter(void *thr, void *pc);
61 __tsan_func_enter(thr0, (char*)&main + 1);
70 __tsan_func_enter(thr1, (char*)&foobar + 1);
71 __tsan_func_enter(thr1, (char*)&foobar + 1);
80 __tsan_func_enter(thr2, (char*)&foobar + 1);
tsan_go.cc 194 void __tsan_func_enter(ThreadState *thr, void *pc) { function
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
operand_test.go 113 {"$__tsan_func_enter(SB)", "$__tsan_func_enter(SB)"},
  /prebuilts/go/darwin-x86/src/runtime/
race_amd64.s 184 // void __tsan_func_enter(ThreadState *thr, void *pc);
185 MOVQ $__tsan_func_enter(SB), AX
race.go 213 //go:cgo_import_static __tsan_func_enter
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
operand_test.go 113 {"$__tsan_func_enter(SB)", "$__tsan_func_enter(SB)"},
  /prebuilts/go/linux-x86/src/runtime/
race_amd64.s 184 // void __tsan_func_enter(ThreadState *thr, void *pc);
185 MOVQ $__tsan_func_enter(SB), AX
race.go 213 //go:cgo_import_static __tsan_func_enter

Completed in 299 milliseconds