Home
last modified time | relevance | path

Searched refs:callpc (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc166 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc() argument
167 if (callpc != 0) in __tsan_read_pc()
168 FuncEntry(thr, callpc); in __tsan_read_pc()
170 if (callpc != 0) in __tsan_read_pc()
178 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc() argument
179 if (callpc != 0) in __tsan_write_pc()
180 FuncEntry(thr, callpc); in __tsan_write_pc()
182 if (callpc != 0) in __tsan_write_pc()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc454 const uptr callpc = (uptr)__builtin_return_address(0); \
461 ScopedAtomic sa(thr, callpc, a, mo, __func__); \