HomeSort by relevance Sort by last modified time
    Searched full:callpc (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 124 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) {
125 if (callpc != 0)
126 FuncEntry(thr, callpc);
128 if (callpc != 0)
136 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) {
137 if (callpc != 0)
138 FuncEntry(thr, callpc);
140 if (callpc != 0)
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 31 const uptr callpc = (uptr)__builtin_return_address(0); \
38 ScopedAtomic sa(thr, callpc, a, mo, __func__); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libtsan.a     [all...]

Completed in 1032 milliseconds