Searched refs:callpc (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 166 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/ |
D | tsan_interface_atomic.cc | 454 const uptr callpc = (uptr)__builtin_return_address(0); \ 461 ScopedAtomic sa(thr, callpc, a, mo, __func__); \
|