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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_inl.h 22 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 0, 0);
26 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 1, 0);
30 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 2, 0);
34 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 3, 0);
38 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 0, 1);
42 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 1, 1);
46 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 2, 1);
50 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 3, 1);
56 MemoryAccess(cur_thread(), CALLERPC, (uptr)vptr_p, 3, 1);
60 FuncEntry(cur_thread(), (uptr)pc)
    [all...]
tsan_interface.cc 23 Initialize(cur_thread());
27 MemoryRead8Byte(cur_thread(), CALLERPC, (uptr)addr);
28 MemoryRead8Byte(cur_thread(), CALLERPC, (uptr)addr + 8);
32 MemoryWrite8Byte(cur_thread(), CALLERPC, (uptr)addr);
33 MemoryWrite8Byte(cur_thread(), CALLERPC, (uptr)addr + 8);
37 Acquire(cur_thread(), CALLERPC, (uptr)addr);
41 Release(cur_thread(), CALLERPC, (uptr)addr);
tsan_mutex.cc 202 cur_thread()->deadlock_detector.Lock(type_);
214 StatInc(cur_thread(), stat_type_, backoff.Contention());
227 cur_thread()->deadlock_detector.Unlock(type_);
233 cur_thread()->deadlock_detector.Lock(type_);
242 StatInc(cur_thread(), stat_type_, backoff.Contention());
255 cur_thread()->deadlock_detector.Unlock(type_);
tsan_interface_ann.cc 54 ThreadState *thr = cur_thread(); \
164 Release(cur_thread(), CALLERPC, addr);
169 Acquire(cur_thread(), CALLERPC, addr);
311 IgnoreCtl(cur_thread(), false, true);
316 IgnoreCtl(cur_thread(), false, false);
321 IgnoreCtl(cur_thread(), true, true);
326 IgnoreCtl(cur_thread(), true, false);
tsan_mman.cc 113 ThreadState *thr = cur_thread();
123 ThreadState *thr = cur_thread();
tsan_interceptors.cc 160 ThreadState *thr = cur_thread(); \
176 ThreadState *thr = cur_thread(); \
201 ThreadState *thr = cur_thread();
209 ThreadState *thr = cur_thread();
286 ThreadState * thr = cur_thread();
294 int status = Finalize(cur_thread());
696 ThreadState *thr = cur_thread();
719 ThreadState *thr = cur_thread();
    [all...]
tsan_platform_linux.cc 58 : thr_(cur_thread()) {
tsan_rtl.cc 262 TraceSwitch(cur_thread());
266 ReportRace(cur_thread());
tsan_interface_atomic.cc 66 ThreadState *const thr = cur_thread(); \
tsan_rtl.h 307 INLINE ThreadState *cur_thread() { function in namespace:__tsan
  /external/compiler-rt/lib/tsan/unit_tests/
tsan_mman_test.cc 38 ThreadState *thr = cur_thread();
65 ThreadState *thr = cur_thread();
tsan_sync_test.cc 29 ThreadState *thr = cur_thread();
  /external/qemu/memcheck/
memcheck_proc_management.c 339 const ThreadDesc* cur_thread = get_current_thread(); local
340 if (cur_thread != NULL) {
341 current_process = cur_thread->process;

Completed in 724 milliseconds