Searched refs:callpc (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 107 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc() argument 108 if (callpc != 0) in __tsan_read_pc() 109 FuncEntry(thr, callpc); in __tsan_read_pc() 111 if (callpc != 0) in __tsan_read_pc() 119 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc() argument 120 if (callpc != 0) in __tsan_write_pc() 121 FuncEntry(thr, callpc); in __tsan_write_pc() 123 if (callpc != 0) in __tsan_write_pc()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cc | 477 const uptr callpc = (uptr)__builtin_return_address(0); \ 484 ScopedAtomic sa(thr, callpc, a, mo, __func__); \
|